This commit is contained in:
itsmattkc
2019-03-29 03:32:54 +11:00
parent 963a20af37
commit f47a7dad4d
6 changed files with 19 additions and 8 deletions
+1 -4
View File
@@ -461,10 +461,7 @@ void Cacher::CacheAudioWorker() {
}
// If there's a QObject waiting for audio to be rendered, wake it now
QObject* audio_wake_object = GetAudioWakeObject();
if (audio_wake_object != nullptr) {
QMetaObject::invokeMethod(audio_wake_object, "play_wake", Qt::QueuedConnection);
}
WakeAudioWakeObject();
}
bool Cacher::IsReversed()