]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- fix for bug http://bugs.kde.org/show_bug.cgi?id=97297
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Aug 2005 18:03:55 +0000 (18:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    playlistbrowseritem.h?rev=449581&r1=449054&r2=449581&makepatch=1&diff_format=u -> 1.1

playlistbrowseritem.h?rev=449581&r1=449054&r2=449581&makepatch=1&diff_format=u [new file with mode: 0644]

diff --git a/playlistbrowseritem.h?rev=449581&r1=449054&r2=449581&makepatch=1&diff_format=u b/playlistbrowseritem.h?rev=449581&r1=449054&r2=449581&makepatch=1&diff_format=u
new file mode 100644 (file)
index 0000000..686d580
--- /dev/null
@@ -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; }
This page took 0.044091 seconds and 4 git commands to generate.