feat: switch playback mode, and add a default album cover
This commit is contained in:
@ -36,6 +36,9 @@ protected:
|
||||
void centerWindow();
|
||||
QMediaPlaylist *createPlaylist(QList<QUrl> urlList);
|
||||
|
||||
private slots:
|
||||
void on_playbackModeBtn_clicked();
|
||||
|
||||
private slots:
|
||||
void on_closeWindowBtn_clicked();
|
||||
void on_playBtn_clicked();
|
||||
|
Reference in New Issue
Block a user