summaryrefslogtreecommitdiff
path: root/src/pluginlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluginlist.h')
-rw-r--r--src/pluginlist.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h
index b8e35c32..03d6426a 100644
--- a/src/pluginlist.h
+++ b/src/pluginlist.h
@@ -245,6 +245,16 @@ public: // implementation of the QAbstractTableModel interface
public slots:
/**
+ * @brief enables selected plugins
+ **/
+ void enableSelected(const QItemSelectionModel *selectionModel);
+
+ /**
+ * @brief disables selected plugins
+ **/
+ void disableSelected(const QItemSelectionModel *selectionModel);
+
+ /**
* @brief enables ALL plugins
**/
void enableAll();