changeset 8475 | f605bc59c603 |
parent 6952 | 7f70f37bbf08 |
child 9080 | 9b42757d7e71 |
--- a/QTfrontend/model/ThemeModel.h Fri Feb 08 21:22:11 2013 -0500 +++ b/QTfrontend/model/ThemeModel.h Sat Feb 09 15:26:10 2013 -0500 @@ -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;