From ff3078b3a652316eef760386f665d152cbeb8db9 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 22 Apr 2013 15:39:41 -0500 Subject: Make the new instance dialog support instance types. --- gui/versionselectdialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/versionselectdialog.h') 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 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(); -- cgit