diff options
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index 6b0f584c..c93ce5cb 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -257,15 +257,9 @@ public: // implementation of the QAbstractTableModel interface public slots:
- /**
- * @brief enables ALL plugins
- **/
- void enableAll();
-
- /**
- * @brief disables ALL plugins
- **/
- void disableAll();
+ // enable/disable all plugins
+ //
+ void setEnabledAll(bool enabled);
// enable/disable plugins at the given indices.
//
@@ -273,7 +267,7 @@ public slots: // send plugins to the given priority
//
- void sendToPriority(const QModelIndexList& selectionModel, int priority);
+ void sendToPriority(const QModelIndexList& indices, int priority);
// shift the priority of mods at the given indices by the given offset
//
|
