trying to fix seg fault

This commit is contained in:
Chris Cochrun 2022-03-17 09:27:25 -05:00
parent 5a1fa3fc75
commit 24106c2c3c
5 changed files with 90 additions and 15 deletions

View file

@ -131,6 +131,7 @@ public slots:
void play();
void pause();
void stop();
void quit();
void stepBackward();
void stepForward();
void seek(double pos);