QTfrontend/model/ThemeModel.h
branchwebgl
changeset 8833 c13ebed437cb
parent 8475 f605bc59c603
child 9080 9b42757d7e71
--- a/QTfrontend/model/ThemeModel.h	Wed Feb 20 02:21:58 2013 +0100
+++ b/QTfrontend/model/ThemeModel.h	Tue Apr 02 21:00:57 2013 +0200
@@ -39,6 +39,7 @@
         Q_OBJECT
 
     public:
+        enum Roles { ActualNameRole = Qt::UserRole, IsDlcRole, IconPathRole };
         explicit ThemeModel(QObject *parent = 0);
 
         int rowCount(const QModelIndex &parent = QModelIndex()) const;