summaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-01-31 14:31:16 -0600
committerAndrew <forkk@forkk.net>2013-01-31 14:31:16 -0600
commitde2632af0dcd7e6a1c3c763c9f7cf38c67ead441 (patch)
tree3fc6dd755ca34e07ee6b335dbca70785c5ada201 /gui/mainwindow.h
parent90764f97d94a52517d735ed96d26bb52a2d75de1 (diff)
downloadMultiMC-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.h2
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;