diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-10 10:19:40 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-10 10:19:40 +0100 |
| commit | 1ed3fcaa9bb6caa16bec3f1505d003a1b54886cb (patch) | |
| tree | 12f042c3f4b77dffe4630ed0bbe654f2f13a49ed /src/modlist.h | |
| parent | bec0974c95284cdf469dc21db614be32bb7b1531 (diff) | |
NameRole -> GameNameRole.
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlist.h b/src/modlist.h index 279ef71a..1d94749c 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -73,7 +73,7 @@ public: // containing icon paths
ContentsRole = Qt::UserRole + 3,
- NameRole = Qt::UserRole + 4,
+ GameNameRole = Qt::UserRole + 4,
PriorityRole = Qt::UserRole + 5,
|
