fix: don't use currentIndexChanged to load song

This commit is contained in:
2024-09-07 12:14:54 +08:00
parent 413711d073
commit d28108f2e5
5 changed files with 58 additions and 51 deletions

View File

@ -47,6 +47,8 @@ protected:
void dropEvent(QDropEvent *e) override;
void loadFile();
void play();
void centerWindow();
private slots: