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:
Daniel Teske
2013-02-12 13:15:05 +01:00
parent 80263a5221
commit 89126edfab
6 changed files with 26 additions and 23 deletions

View File

@@ -73,7 +73,7 @@ public:
QString url;
QString category;
QList<PluginDependency> dependencies;
bool enabled;
bool enabledInSettings;
bool disabledIndirectly;
QString location;