forked from qt-creator/qt-creator
ExtensionSystem: Make PluginView::setPluginsEnabled public
Change-Id: I0468e200b0fec76e699f9e5a64924b437557aab9 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
|
||||
PluginSpec *currentPlugin() const;
|
||||
void setFilter(const QString &filter);
|
||||
bool setPluginsEnabled(const QSet<PluginSpec *> &plugins, bool enable);
|
||||
void cancelChanges();
|
||||
|
||||
signals:
|
||||
@@ -48,7 +49,6 @@ signals:
|
||||
private:
|
||||
PluginSpec *pluginForIndex(const QModelIndex &index) const;
|
||||
void updatePlugins();
|
||||
bool setPluginsEnabled(const QSet<PluginSpec *> &plugins, bool enable);
|
||||
|
||||
Utils::TreeView *m_categoryView;
|
||||
Utils::TreeModel<Utils::TreeItem, Internal::CollectionItem, Internal::PluginItem> *m_model;
|
||||
|
Reference in New Issue
Block a user