diff options
Diffstat (limited to 'gui/versionselectdialog.h')
-rw-r--r-- | gui/versionselectdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/versionselectdialog.h b/gui/versionselectdialog.h index 0f45d8e5..752c937b 100644 --- a/gui/versionselectdialog.h +++ b/gui/versionselectdialog.h @@ -19,9 +19,9 @@ #include <QDialog> #include <QSortFilterProxyModel> +#include <InstanceVersion.h> class InstVersionList; -class InstVersion; namespace Ui { @@ -41,7 +41,7 @@ public: //! Starts a task that loads the list. void loadList(); - const InstVersion *selectedVersion() const; + InstVersionPtr selectedVersion() const; private slots: void on_refreshButton_clicked(); |