diff --git a/src/api/QGCCorePlugin.h b/src/api/QGCCorePlugin.h index eb2ca44aaecaae4756f9a60db532975a3d4ebb4a..76250aa2eba5805ca78ee2c79d6c1f8d93bdabe5 100644 --- a/src/api/QGCCorePlugin.h +++ b/src/api/QGCCorePlugin.h @@ -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