diff options
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/modlist.h b/src/modlist.h index 9c963119..279ef71a 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -78,13 +78,11 @@ public: PriorityRole = Qt::UserRole + 5,
// marking role for the scrollbar
- ScrollMarkRole = Qt::UserRole + 6
- };
-
- Q_ENUM(ModListRole)
+ ScrollMarkRole = Qt::UserRole + 6,
- // this is the first available role
- static const int ModUserRole;
+ // this is the first available role
+ ModUserRole = Qt::UserRole + 7
+ };
enum EColumn {
COL_NAME,
|
