From 1ed3fcaa9bb6caa16bec3f1505d003a1b54886cb Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 10 Jan 2021 10:19:40 +0100 Subject: NameRole -> GameNameRole. --- src/modlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modlist.h') 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, -- cgit v1.3.1