Browse Source

Fix type

QGC4.4
Don Gagne 8 years ago
parent
commit
baf15ea846
  1. 5
      src/api/QGCCorePlugin.h

5
src/api/QGCCorePlugin.h

@ -59,6 +59,11 @@ public: @@ -59,6 +59,11 @@ public:
virtual bool overrideSettingsGroupVisibility (QString name);
/// Allows the core plugin to override the default value for the specified setting
/// @param name - Setting group name
/// @return true: Show settings ui, false: Hide settings ui
virtual bool overrideSettingsGroupVisibility(QString name);
/// Allows the core plugin to override the default value for the specified setting
/// @param name - Setting name
/// @param defaultValue - Standard default value for setting
/// @return New default value for setting, if no override just return passed in defaultValue

Loading…
Cancel
Save