From 7e78a422e8bb22572706b7fadb58fc45e7b8a7db Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 11 Aug 2013 18:58:24 +0200 Subject: Version filtering and general related code sanitization. Version list dialog has alternating row background set. Nostalgia versions, based on OneSix. --- gui/versionselectdialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/versionselectdialog.h') 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 #include +#include 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(); -- cgit