forked from qt-creator/qt-creator
Plugin manager for enabling/disabling plugins
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
This commit is contained in:
@@ -67,12 +67,16 @@ public:
|
||||
QString license;
|
||||
QString description;
|
||||
QString url;
|
||||
QString category;
|
||||
QList<PluginDependency> dependencies;
|
||||
bool loadOnStartup;
|
||||
bool ignoreOnStartup;
|
||||
|
||||
QString location;
|
||||
QString filePath;
|
||||
QStringList arguments;
|
||||
|
||||
QList<PluginSpec *> providesSpecs;
|
||||
QList<PluginSpec *> dependencySpecs;
|
||||
PluginSpec::PluginArgumentDescriptions argumentDescriptions;
|
||||
IPlugin *plugin;
|
||||
|
||||
Reference in New Issue
Block a user