mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 07:32:10 +02:00
fix AudioInjector debug line to be more clear
This commit is contained in:
parent
ef9cc2aacc
commit
13fc0b1fcd
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ void AudioInjector::setIsFinished(bool isFinished) {
|
|||
|
||||
if (_shouldDeleteAfterFinish) {
|
||||
// we've been asked to delete after finishing, trigger a queued deleteLater here
|
||||
qDebug() << "triggering the delete since we are finished";
|
||||
qDebug() << "AudioInjector triggering delete from setIsFinished";
|
||||
QMetaObject::invokeMethod(this, "deleteLater", Qt::QueuedConnection);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue