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
|
@ -38,6 +38,8 @@ class PlaylistView : public QListView {
|
|||
|
||||
void handleStatus (const Xmms::Playback::Status st);
|
||||
void invertSelection (void);
|
||||
void cropSelected (void);
|
||||
void removeSelected (void);
|
||||
void settingsSaved (void);
|
||||
void setPixmaps (Skin *skin);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue