mildly better threading and fixed redo bug
This commit is contained in:
@@ -16,7 +16,6 @@ struct Sequence;
|
||||
class AudioSenderThread : public QThread {
|
||||
public:
|
||||
AudioSenderThread();
|
||||
~AudioSenderThread();
|
||||
void run();
|
||||
QWaitCondition cond;
|
||||
bool close;
|
||||
|
||||
Reference in New Issue
Block a user