SOURCES: playlistbrowseritem.h?rev=449581&r1=449054&r2=449581&make...

glen glen at pld-linux.org
Tue Aug 16 20:04:00 CEST 2005


Author: glen                         Date: Tue Aug 16 18:04:00 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for bug http://bugs.kde.org/show_bug.cgi?id=97297

---- Files affected:
SOURCES:
   playlistbrowseritem.h?rev=449581&r1=449054&r2=449581&makepatch=1&diff_format=u (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/playlistbrowseritem.h?rev=449581&r1=449054&r2=449581&makepatch=1&diff_format=u
diff -u /dev/null SOURCES/playlistbrowseritem.h?rev=449581&r1=449054&r2=449581&makepatch=1&diff_format=u:1.1
--- /dev/null	Tue Aug 16 20:04:00 2005
+++ SOURCES/playlistbrowseritem.h?rev=449581&r1=449054&r2=449581&makepatch=1&diff_format=u	Tue Aug 16 20:03:55 2005
@@ -0,0 +1,21 @@
+--- trunk/extragear/multimedia/amarok/src/playlistbrowseritem.h	2005/08/14 06:24:07	449054
++++ trunk/extragear/multimedia/amarok/src/playlistbrowseritem.h	2005/08/16 00:56:28	449581
+@@ -137,6 +137,9 @@
+         PlaylistEntry( QListViewItem *parent, QListViewItem *after, const KURL &, int tracks=0, int length=0 );
+         PlaylistEntry( QListViewItem *parent, QListViewItem *after, QDomElement xmlDefinition );
+         ~PlaylistEntry();
++
++        void sortChildItems ( int /*column*/, bool /*ascending*/ ) { /* Don't sort its children */ }; //reimplemented
++
+         void load();
+         void restore();
+ 
+@@ -276,6 +279,8 @@
+         PodcastChannel( QListViewItem *parent, QListViewItem *after, const KURL &url,
+                         QDomNode channelSettings, QDomDocument xml );
+ 
++        void sortChildItems ( int /*column*/, bool /*ascending*/ ) { /* Don't sort its children */ }; //reimplemented
++
+         void setNew( bool n = true );
+         bool hasNew() { return m_new; }
+ 
================================================================



More information about the pld-cvs-commit mailing list