]> git.pld-linux.org Git - packages/amarok.git/blob - playlistbrowseritem.h?rev=449581&r1=449054&r2=449581&makepatch=1&diff_format=u
- better lyrics url, fallbacks to lyrc. see also http://bugs.kde.org/show_bug.cgi...
[packages/amarok.git] / playlistbrowseritem.h?rev=449581&r1=449054&r2=449581&makepatch=1&diff_format=u
1 --- trunk/extragear/multimedia/amarok/src/playlistbrowseritem.h 2005/08/14 06:24:07     449054
2 +++ trunk/extragear/multimedia/amarok/src/playlistbrowseritem.h 2005/08/16 00:56:28     449581
3 @@ -137,6 +137,9 @@
4          PlaylistEntry( QListViewItem *parent, QListViewItem *after, const KURL &, int tracks=0, int length=0 );
5          PlaylistEntry( QListViewItem *parent, QListViewItem *after, QDomElement xmlDefinition );
6          ~PlaylistEntry();
7 +
8 +        void sortChildItems ( int /*column*/, bool /*ascending*/ ) { /* Don't sort its children */ }; //reimplemented
9 +
10          void load();
11          void restore();
12  
13 @@ -276,6 +279,8 @@
14          PodcastChannel( QListViewItem *parent, QListViewItem *after, const KURL &url,
15                          QDomNode channelSettings, QDomDocument xml );
16  
17 +        void sortChildItems ( int /*column*/, bool /*ascending*/ ) { /* Don't sort its children */ }; //reimplemented
18 +
19          void setNew( bool n = true );
20          bool hasNew() { return m_new; }
21  
This page took 0.033707 seconds and 3 git commands to generate.