--- 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; }