summaryrefslogtreecommitdiffstats
path: root/gui/MainWindow.h
diff options
context:
space:
mode:
authorSky <git@bunnies.cc>2014-01-05 00:06:59 +0000
committerSky <git@bunnies.cc>2014-01-05 00:06:59 +0000
commit79158144df1b606982bfa722447416c9549de860 (patch)
tree3d7f5892a247451b61d19ebdaeac39a7f50d842a /gui/MainWindow.h
parent52bbf07fe5b6c614b361df0a66f054d57d36ab5d (diff)
downloadMultiMC-79158144df1b606982bfa722447416c9549de860.tar
MultiMC-79158144df1b606982bfa722447416c9549de860.tar.gz
MultiMC-79158144df1b606982bfa722447416c9549de860.tar.lz
MultiMC-79158144df1b606982bfa722447416c9549de860.tar.xz
MultiMC-79158144df1b606982bfa722447416c9549de860.zip
Implement the beloved right click context menu. Just a copy of the instance toolbar
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 f2315ee6..ca11b380 100644
--- a/gui/MainWindow.h
+++ b/gui/MainWindow.h
@@ -145,6 +145,8 @@ slots:
// called when an icon is changed in the icon model.
void iconUpdated(QString);
+ void showInstanceContextMenu(const QPoint&);
+
public
slots:
void instanceActivated(QModelIndex);