From b149cc3eb2f20de289c89b67315d9ea8dc2ee8d8 Mon Sep 17 00:00:00 2001 From: kleuter Date: Mon, 17 Mar 2025 18:15:19 +0100 Subject: [PATCH] one more change from Qt 6.8.2 --- qtbase/src/corelib/thread/qthread_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtbase/src/corelib/thread/qthread_win.cpp b/qtbase/src/corelib/thread/qthread_win.cpp index 3c2632e0..c544d972 100644 --- a/qtbase/src/corelib/thread/qthread_win.cpp +++ b/qtbase/src/corelib/thread/qthread_win.cpp @@ -11,6 +11,7 @@ #include #include +#include "qloggingcategory.h" #include @@ -352,7 +353,6 @@ void QThreadPrivate::finish(bool lockAnyway) noexcept if (lockAnyway) locker.unlock(); emit thr->finished(QThread::QPrivateSignal()); - qCDebug(lcDeleteLater) << "Sending deferred delete events as part of finishing thread" << thr; QCoreApplicationPrivate::sendPostedEvents(nullptr, QEvent::DeferredDelete, d->data); QThreadStorageData::finish(tls_data); if (lockAnyway)