Commit 7a163e37 authored by Don Gagne's avatar Don Gagne

Fix typo

parent d8d3c091
......@@ -53,10 +53,10 @@ public:
/// @return An instance of QGCOptions
virtual QGCOptions* options ();
/// Allows the core plugin to override the default value for the specified setting
/// Allows the core plugin to override the visibility for a settings group
/// @param name - Setting group name
/// @return true: Show settings ui, false: Hide settings ui
virtual bool overrideSettingsGroupVisibility(QString name);
virtual bool overrideSettingsGroupVisibility (QString name);
/// Allows the core plugin to override the default value for the specified setting
/// @param name - Setting name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment