We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ed722 commit b149cc3Copy full SHA for b149cc3
qtbase/src/corelib/thread/qthread_win.cpp
@@ -11,6 +11,7 @@
11
12
#include <private/qcoreapplication_p.h>
13
#include <private/qeventdispatcher_win_p.h>
14
+#include "qloggingcategory.h"
15
16
#include <qt_windows.h>
17
@@ -352,7 +353,6 @@ void QThreadPrivate::finish(bool lockAnyway) noexcept
352
353
if (lockAnyway)
354
locker.unlock();
355
emit thr->finished(QThread::QPrivateSignal());
- qCDebug(lcDeleteLater) << "Sending deferred delete events as part of finishing thread" << thr;
356
QCoreApplicationPrivate::sendPostedEvents(nullptr, QEvent::DeferredDelete, d->data);
357
QThreadStorageData::finish(tls_data);
358
0 commit comments