summaryrefslogtreecommitdiffstats
path: root/gui/newinstancedialog.cpp
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-05-06 21:28:28 -0500
committerAndrew <forkk@forkk.net>2013-05-06 21:28:28 -0500
commit2e62f6e8d8aded1036f96835ebebd4d656c0fcc2 (patch)
tree44e2216f93e7906d026db1981b6f2008db6ecead /gui/newinstancedialog.cpp
parentfb0432bf0bb5ef6216462467cbae6fbe03100dcd (diff)
downloadMultiMC-2e62f6e8d8aded1036f96835ebebd4d656c0fcc2.tar
MultiMC-2e62f6e8d8aded1036f96835ebebd4d656c0fcc2.tar.gz
MultiMC-2e62f6e8d8aded1036f96835ebebd4d656c0fcc2.tar.lz
MultiMC-2e62f6e8d8aded1036f96835ebebd4d656c0fcc2.tar.xz
MultiMC-2e62f6e8d8aded1036f96835ebebd4d656c0fcc2.zip
Implemented version selection stuff.
Diffstat (limited to 'gui/newinstancedialog.cpp')
-rw-r--r--gui/newinstancedialog.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/newinstancedialog.cpp b/gui/newinstancedialog.cpp
index 2034664d..ccdea063 100644
--- a/gui/newinstancedialog.cpp
+++ b/gui/newinstancedialog.cpp
@@ -106,3 +106,8 @@ void NewInstanceDialog::on_btnChangeVersion_clicked()
setSelectedVersion(version);
}
}
+
+void NewInstanceDialog::on_instNameTextBox_textChanged(const QString &arg1)
+{
+ updateDialogState();
+}