diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-01-30 23:54:52 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-01-30 23:54:52 +0800 |
commit | 24481b4334db3c45041db53503a7b6832deb704f (patch) | |
tree | 8b8e6b43e76628760de208127ff074eb147cb8c4 /qmpmainwindow.hpp | |
parent | 1785e14480ab00afc4309bfcfbd5b00caea8ddde (diff) | |
download | QMidiPlayer-24481b4334db3c45041db53503a7b6832deb704f.tar.xz |
Necro-Fantasy. (WTF)
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; |