fix playing folder modes in ui. read/write settings and cue list at

start/exit.shortcuts.
This commit is contained in:
snt 2024-07-08 20:23:25 +02:00
parent b4988a1307
commit 46b7624fb5
10 changed files with 252 additions and 90 deletions

View file

@ -29,6 +29,8 @@ public:
public slots:
void cueTrackAtEnd(int layer);
void loadCueTrackList(QString path);
void saveCueTrackList(QString path);
private:
Ui::ShowPlayer *ui;