summaryrefslogtreecommitdiffstats
path: root/gui/versionselectdialog.h
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-04-22 15:39:41 -0500
committerAndrew <forkk@forkk.net>2013-04-22 15:39:41 -0500
commitff3078b3a652316eef760386f665d152cbeb8db9 (patch)
tree5bd745873409d6bea927762cef314ccb78fde4e2 /gui/versionselectdialog.h
parent7ec32d5657d433a2636f6738e162f4da6f11cde7 (diff)
downloadMultiMC-ff3078b3a652316eef760386f665d152cbeb8db9.tar
MultiMC-ff3078b3a652316eef760386f665d152cbeb8db9.tar.gz
MultiMC-ff3078b3a652316eef760386f665d152cbeb8db9.tar.lz
MultiMC-ff3078b3a652316eef760386f665d152cbeb8db9.tar.xz
MultiMC-ff3078b3a652316eef760386f665d152cbeb8db9.zip
Make the new instance dialog support instance types.
Diffstat (limited to 'gui/versionselectdialog.h')
-rw-r--r--gui/versionselectdialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/versionselectdialog.h b/gui/versionselectdialog.h
index ad28b720..097be93f 100644
--- a/gui/versionselectdialog.h
+++ b/gui/versionselectdialog.h
@@ -19,6 +19,7 @@
#include <QDialog>
class InstVersionList;
+class InstVersion;
namespace Ui
{
@@ -38,6 +39,8 @@ public:
//! Starts a task that loads the list.
void loadList();
+ const InstVersion *selectedVersion() const;
+
private slots:
void on_refreshButton_clicked();