Implement removing of items in the Playlist
This commit is contained in:
parent
eef3e53bd9
commit
0cf6c18de4
5 changed files with 44 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue