1
0
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:
Michael Zanetti
2012-07-19 22:40:06 +02:00
parent 6d67b129d2
commit c1df1387f0

View File

@@ -70,7 +70,7 @@ public:
OriginRole,
ScoreRole,
NameRole,
CoverIDRole = Qt::UserRole + 100
CoverIDRole
};