[vlc-devel] commit: qt4: make title the first PL column (Jakob Leben )

git version control git at videolan.org
Sat Sep 5 17:50:44 CEST 2009


vlc | branch: master | Jakob Leben <jleben at videolan.org> | Fri Sep  4 02:52:36 2009 +0200| [18005d7177a29104bb7fea64e4c841d6becd4c62] | committer: Jakob Leben 

qt4: make title the first PL column

So that tree branches appear on it.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=18005d7177a29104bb7fea64e4c841d6becd4c62
---

 modules/gui/qt4/components/playlist/sorting.h |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/sorting.h b/modules/gui/qt4/components/playlist/sorting.h
index 860febd..ca2f8f2 100644
--- a/modules/gui/qt4/components/playlist/sorting.h
+++ b/modules/gui/qt4/components/playlist/sorting.h
@@ -24,15 +24,15 @@
 /* You can use these numbers with | and & to determine what you want to show */
 enum
 {
-    COLUMN_NUMBER       = 0x0001,
-    COLUMN_TITLE        = 0x0002,
-    COLUMN_DURATION     = 0x0004,
-    COLUMN_ARTIST       = 0x0008,
-    COLUMN_GENRE        = 0x0010,
-    COLUMN_ALBUM        = 0x0020,
-    COLUMN_TRACK_NUMBER = 0x0040,
-    COLUMN_DESCRIPTION  = 0x0080,
-    COLUMN_URI          = 0x0100,
+    COLUMN_TITLE          = 0x0001,
+    COLUMN_DURATION       = 0x0002,
+    COLUMN_ARTIST         = 0x0004,
+    COLUMN_GENRE          = 0x0008,
+    COLUMN_ALBUM          = 0x0010,
+    COLUMN_TRACK_NUMBER   = 0x0020,
+    COLUMN_DESCRIPTION    = 0x0040,
+    COLUMN_URI            = 0x0080,
+    COLUMN_NUMBER         = 0x0100,
 
     /* Add new entries here and update the COLUMN_END value*/
 




More information about the vlc-devel mailing list