diff options
Diffstat (limited to 'qmpmainwindow.hpp')
-rw-r--r-- | qmpmainwindow.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmpmainwindow.hpp b/qmpmainwindow.hpp index fad2d8e..0b83c39 100644 --- a/qmpmainwindow.hpp +++ b/qmpmainwindow.hpp @@ -66,7 +66,7 @@ class qmpMainWindow:public QMainWindow private: Ui::qmpMainWindow *ui; QTimer *timer; - bool playing,stopped,dragging,fin; + bool playing,stopped,dragging,fin,singleFS; std::thread *playerTh=NULL; std::thread *renderTh=NULL; std::chrono::steady_clock::time_point st; |