diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-03 01:44:39 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-03 01:44:39 +0100 |
| commit | e96a1f3ced974b5d1b02907bf9feabca97d2baa9 (patch) | |
| tree | cce4230f65796a2a19656021b06072f096328ffc /src/modlist.h | |
| parent | c8eb3f6e052852fc8440efe2f8257119a714789e (diff) | |
Fix indentation of indicators branches when using collapsible separators.
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,
|
