diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-07-07 09:14:11 -0700 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-07-07 09:14:11 -0700 |
commit | 8f5516ceb6b897c4e3452d424d55d02023eab270 (patch) | |
tree | 93708ea1d149d504e92c1ec33add85ecc41b0498 /gui/mainwindow.h | |
parent | eb16d977c86844c9562e9bbe2e3dc6f58dddcc04 (diff) | |
parent | 96cceeafeb7a52e0dd2005677deec0af2fa4db92 (diff) | |
download | PrismLauncher-8f5516ceb6b897c4e3452d424d55d02023eab270.tar.gz PrismLauncher-8f5516ceb6b897c4e3452d424d55d02023eab270.tar.bz2 PrismLauncher-8f5516ceb6b897c4e3452d424d55d02023eab270.zip |
Merge pull request #2 from TakSuyu/master
Did some grunt work for the Edit Mods Dialog
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 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 = ""); |