Implement removing of items in the Playlist

This commit is contained in:
Thomas Frauendorfer 2007-10-17 14:11:45 +02:00
parent eef3e53bd9
commit 0cf6c18de4
5 changed files with 44 additions and 3 deletions

View file

@ -111,6 +111,8 @@ class PlaylistModel : public QAbstractItemModel
void set_playlist (const QString &);
void removeRows (QModelIndexList);
protected:
XClient *m_client;
QList < unsigned int > m_plist;