[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/playlist
From:       Teo Mrnjavac <teo.mrnjavac () gmail ! com>
Date:       2009-07-14 23:48:30
Message-ID: 1247615310.849953.29623.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 996833 by mrnjavac:

Moved enum Playlist::DataRoles to PlaylistDefines where it belongs.

 M  +11 -0     PlaylistDefines.h  
 M  +0 -12     proxymodels/AbstractModel.h  


--- trunk/extragear/multimedia/amarok/src/playlist/PlaylistDefines.h #996832:996833
@@ -175,6 +175,17 @@
     MatchYear = 32
 };
 
+enum DataRoles
+{
+    TrackRole = Qt::UserRole,
+    StateRole,
+    UniqueIdRole,
+    ActiveTrackRole,
+    QueuePositionRole,
+    InCollectionRole,
+    MultiSourceRole,
+    StopAfterTrackRole
+};
 
 }
 
--- trunk/extragear/multimedia/amarok/src/playlist/proxymodels/AbstractModel.h #996832:996833
@@ -26,18 +26,6 @@
 namespace Playlist
 {
 
-enum DataRoles
-{
-    TrackRole = Qt::UserRole,
-    StateRole,
-    UniqueIdRole,
-    ActiveTrackRole,
-    QueuePositionRole,
-    InCollectionRole,
-    MultiSourceRole,
-    StopAfterTrackRole
-};
-
 /**
  * An abstract base class that defines a common interface of any playlist model.
  * Members declared here must be implemented by Playlist::Model and all proxies.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic