Make the new instance dialog support instance types.

This commit is contained in:
Andrew
2013-04-22 15:39:41 -05:00
parent 7ec32d5657
commit ff3078b3a6
8 changed files with 177 additions and 0 deletions

View File

@ -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();