diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-07-25 01:02:30 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-07-25 01:02:30 +0200 |
commit | 7dfe73df0c26733d68abc576c3eefab1a69e2149 (patch) | |
tree | 0e490b13ad475f0d551f8087851f83869589eb09 /application/pages/instance/WorldListPage.h | |
parent | c3e61536a3ba7b0dca1171df36e9aeb09b6e2a0d (diff) | |
download | PrismLauncher-7dfe73df0c26733d68abc576c3eefab1a69e2149.tar.gz PrismLauncher-7dfe73df0c26733d68abc576c3eefab1a69e2149.tar.bz2 PrismLauncher-7dfe73df0c26733d68abc576c3eefab1a69e2149.zip |
NOISSUE add context menus to pages with toolbars
Diffstat (limited to 'application/pages/instance/WorldListPage.h')
-rw-r--r-- | application/pages/instance/WorldListPage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/pages/instance/WorldListPage.h b/application/pages/instance/WorldListPage.h index d07f8d9f..c39420da 100644 --- a/application/pages/instance/WorldListPage.h +++ b/application/pages/instance/WorldListPage.h @@ -92,4 +92,6 @@ private slots: void on_actionView_Folder_triggered(); void worldChanged(const QModelIndex ¤t, const QModelIndex &previous); void mceditState(LoggedProcess::State state); + + void ShowContextMenu(const QPoint &pos); }; |