summaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
authorTakSuyu <taksuyu@gmail.com>2013-07-06 19:11:24 -0700
committerTakSuyu <taksuyu@gmail.com>2013-07-06 19:11:24 -0700
commit96cceeafeb7a52e0dd2005677deec0af2fa4db92 (patch)
tree93708ea1d149d504e92c1ec33add85ecc41b0498 /gui/mainwindow.h
parenteb16d977c86844c9562e9bbe2e3dc6f58dddcc04 (diff)
downloadMultiMC-96cceeafeb7a52e0dd2005677deec0af2fa4db92.tar
MultiMC-96cceeafeb7a52e0dd2005677deec0af2fa4db92.tar.gz
MultiMC-96cceeafeb7a52e0dd2005677deec0af2fa4db92.tar.lz
MultiMC-96cceeafeb7a52e0dd2005677deec0af2fa4db92.tar.xz
MultiMC-96cceeafeb7a52e0dd2005677deec0af2fa4db92.zip
implemented ModEditUI and mapped ModEditUI Buttons for implementation
enabled EditMods button on MainWindowUI added validation check for renaming instances
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 b861cbe7..f13d9395 100644
--- a/gui/mainwindow.h
+++ b/gui/mainwindow.h
@@ -92,6 +92,8 @@ private slots:
void on_actionChangeInstMCVersion_triggered();
+ void on_actionEditInstMods_triggered();
+
void doLogin(const QString& errorMsg = "");