diff -r 555235e90010 -r f605bc59c603 QTfrontend/model/ThemeModel.h --- 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;