forked from qt-creator/qt-creator
Fix PluginView to handle dependencies when disabling plugins
Reviewed-by: con
This commit is contained in:
@@ -92,6 +92,8 @@ public:
|
||||
// add/remove from providesSpecs
|
||||
void addProvidesForPlugin(PluginSpec *dependent);
|
||||
void removeProvidesForPlugin(PluginSpec *dependent);
|
||||
void disableIndirectlyIfDependencyDisabled();
|
||||
|
||||
|
||||
private:
|
||||
PluginSpec *q;
|
||||
|
||||
Reference in New Issue
Block a user