mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
* Fixed clash between model & proxymodel user-roles.
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
|||||||
{ Detailed = 0, Short = 1, ShortWithAvatars = 2, Large = 3, Collection = 4 };
|
{ Detailed = 0, Short = 1, ShortWithAvatars = 2, Large = 3, Collection = 4 };
|
||||||
|
|
||||||
enum PlayableProxyModelRole
|
enum PlayableProxyModelRole
|
||||||
{ StyleRole = Qt::UserRole + 1 };
|
{ StyleRole = Qt::UserRole + 100 };
|
||||||
|
|
||||||
explicit PlayableProxyModel ( QObject* parent = 0 );
|
explicit PlayableProxyModel ( QObject* parent = 0 );
|
||||||
virtual ~PlayableProxyModel() {}
|
virtual ~PlayableProxyModel() {}
|
||||||
|
Reference in New Issue
Block a user