From c1df1387f0589af7205c02fa4a3b5dccc1dbe9c2 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 19 Jul 2012 22:40:06 +0200 Subject: [PATCH] dunno why, but QML seems to dislike jumps in enums... remove the Qt::UserRole + 100 --- src/libtomahawk/playlist/PlayableModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/playlist/PlayableModel.h b/src/libtomahawk/playlist/PlayableModel.h index 39ecb84f9..dd0c4c149 100644 --- a/src/libtomahawk/playlist/PlayableModel.h +++ b/src/libtomahawk/playlist/PlayableModel.h @@ -70,7 +70,7 @@ public: OriginRole, ScoreRole, NameRole, - CoverIDRole = Qt::UserRole + 100 + CoverIDRole };