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. --- libmultimc/include/instversionlist.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libmultimc/include/instversionlist.h') diff --git a/libmultimc/include/instversionlist.h b/libmultimc/include/instversionlist.h index 24dd1a28..b5a9f254 100644 --- a/libmultimc/include/instversionlist.h +++ b/libmultimc/include/instversionlist.h @@ -41,6 +41,11 @@ class LIBMULTIMC_EXPORT InstVersionList : public QAbstractListModel { Q_OBJECT public: + enum ModelRoles + { + VersionPointerRole = 0x34B1CB48 + }; + explicit InstVersionList(QObject *parent = 0); /*! @@ -75,6 +80,13 @@ public: * one doesn't exist. */ virtual const InstVersion *findVersion(const QString &descriptor); + + /*! + * \brief Gets the latest stable version of this instance type. + * This is the version that will be selected by default. + * By default, this is simply the first version in the list. + */ + virtual const InstVersion *getLatestStable(); }; #endif // INSTVERSIONLIST_H -- cgit v1.2.3