Implement creation, deletion and switching of playlists (Idlists)
This commit is contained in:
parent
0da2995880
commit
d93f2ee188
14 changed files with 517 additions and 3 deletions
|
@ -86,6 +86,9 @@ class PlaylistWidget : public QWidget {
|
|||
void menuAddDir ();
|
||||
void menuAddFile ();
|
||||
|
||||
protected slots:
|
||||
void openPlaylistChooser ();
|
||||
|
||||
private:
|
||||
void resizeEvent (QResizeEvent *event);
|
||||
void paintEvent (QPaintEvent *event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue