mildly better threading and fixed redo bug

This commit is contained in:
itsmattkc
2018-07-26 16:40:08 +01:00
parent 2cf3ecffc4
commit 5ea746a053
5 changed files with 21 additions and 19 deletions
-1
View File
@@ -16,7 +16,6 @@ struct Sequence;
class AudioSenderThread : public QThread {
public:
AudioSenderThread();
~AudioSenderThread();
void run();
QWaitCondition cond;
bool close;