diff options
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index f7817c37..228ccdec 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -265,14 +265,9 @@ public slots: void disableAll();
/**
- * @brief moves selected plugins to the top (lowest priority)
+ * @brief moves selected plugins to specified priority
**/
- void sendToTop(const QItemSelectionModel *selectionModel);
-
- /**
- * @brief moves selected plugins to the bottom (highest priority)
- **/
- void sendToBottom(const QItemSelectionModel *selectionModel);
+ void sendToPriority(const QItemSelectionModel *selectionModel, int priority);
/**
* @brief The currently managed game has changed
|
