forked from qt-creator/qt-creator
Rename PluginSpec::isEnabled() into isEnabledInSettings
This is what it actually is. Change-Id: I2ea2e77edc3fd80eb1e25156edc7a59e86dfac9a Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
QString url;
|
||||
QString category;
|
||||
QList<PluginDependency> dependencies;
|
||||
bool enabled;
|
||||
bool enabledInSettings;
|
||||
bool disabledIndirectly;
|
||||
|
||||
QString location;
|
||||
|
||||
Reference in New Issue
Block a user