mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
dunno why, but QML seems to dislike jumps in enums... remove the Qt::UserRole + 100
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
OriginRole,
|
||||
ScoreRole,
|
||||
NameRole,
|
||||
CoverIDRole = Qt::UserRole + 100
|
||||
CoverIDRole
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user