diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-11-01 14:51:14 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-11-01 16:55:58 -0500 |
| commit | 3dbfba91e1618e6cdf3ed5ce7ff7955376df03eb (patch) | |
| tree | 1aefee6df04696afb54093e2dbdce0d235deab0c /src/mainwindow.h | |
| parent | 2c53f9d934c27bf3d0414d5bb355dfde52cc4d73 (diff) | |
Add separators according to context location of context menu
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 9dee2953..c595575e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -590,6 +590,7 @@ private slots: // ui slots void on_executablesListBox_currentIndexChanged(int index);
void on_modList_customContextMenuRequested(const QPoint &pos);
void on_modList_doubleClicked(const QModelIndex &index);
+ void on_listOptionsBtn_pressed();
void on_espList_doubleClicked(const QModelIndex &index);
void on_profileBox_currentIndexChanged(int index);
void on_savegameList_customContextMenuRequested(const QPoint &pos);
|
