diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-11-04 13:39:22 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-11-04 13:39:22 -0600 |
| commit | 21d61e617bb03bcb1f73b16d42e52742a3b0ae67 (patch) | |
| tree | db2cb790bd65aad5a75736baa9a4388c5589aa77 /src/mainwindow.h | |
| parent | a48a20f13fd20e599c2055752bae5065bce43700 (diff) | |
Hide "send to" context menu options when not sorting by priority
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 85b3fc2d..06219a5a 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -278,8 +278,8 @@ private: QString queryRestore(const QString &filePath);
QMenu *modListContextMenu();
- QMenu *modSendToContextMenu();
- QMenu *pluginSendToContextMenu();
+ void addModSendToContextMenu(QMenu *menu);
+ void addPluginSendToContextMenu(QMenu *menu);
QMenu *openFolderMenu();
|
