Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Aug 24, 2023
1 parent 5fbbcf2 commit 1940106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class gz::gui::PluginPrivate
public: QQmlContext *context{nullptr};

/// \brief Map of card properties to be passed to QML card object.
/// Accepts all QML Pane properties plus custom Gazeb: GUI properties.
/// Accepts all QML Pane properties plus custom Gazebo: GUI properties.
/// https://doc.qt.io/qt-5/qml-qtquick-controls2-pane-members.html
public: std::map<std::string, QVariant> cardProperties;

Expand Down

0 comments on commit 1940106

Please sign in to comment.