diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-11-04 13:10:41 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-11-04 13:10:41 -0600 |
| commit | a48a20f13fd20e599c2055752bae5065bce43700 (patch) | |
| tree | 01c266049b6e61a7e7a0644e6c2bda3b246c7f21 /src/pluginlist.h | |
| parent | 2e09e633bd40f9844d0346ae86b19b9709d8a735 (diff) | |
Add context menu option to send to a specific priority
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
|
