diff options
author | Andrew <forkk@forkk.net> | 2013-01-31 14:31:16 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-01-31 14:31:16 -0600 |
commit | de2632af0dcd7e6a1c3c763c9f7cf38c67ead441 (patch) | |
tree | 3fc6dd755ca34e07ee6b335dbca70785c5ada201 /gui/mainwindow.h | |
parent | 90764f97d94a52517d735ed96d26bb52a2d75de1 (diff) | |
download | MultiMC-de2632af0dcd7e6a1c3c763c9f7cf38c67ead441.tar MultiMC-de2632af0dcd7e6a1c3c763c9f7cf38c67ead441.tar.gz MultiMC-de2632af0dcd7e6a1c3c763c9f7cf38c67ead441.tar.lz MultiMC-de2632af0dcd7e6a1c3c763c9f7cf38c67ead441.tar.xz MultiMC-de2632af0dcd7e6a1c3c763c9f7cf38c67ead441.zip |
Added instance context menu and status tips.
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r-- | gui/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 91efd497..ce06a085 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -56,6 +56,8 @@ private slots: void on_mainToolBar_visibilityChanged(bool); + void on_instanceView_customContextMenuRequested(const QPoint &pos); + private: Ui::MainWindow *ui; |