forked from qt-creator/qt-creator
PluginManager: Implement -load %plugin% option
This loads a plugin that is disabled by default. Change-Id: Ibbc9849c417519904fe1e69a46f93a7cc1c7edc8 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -75,6 +75,8 @@ public:
|
||||
QList<PluginDependency> dependencies;
|
||||
bool enabledInSettings;
|
||||
bool disabledIndirectly;
|
||||
bool forceEnabled;
|
||||
bool forceDisabled;
|
||||
|
||||
QString location;
|
||||
QString filePath;
|
||||
|
||||
Reference in New Issue
Block a user