Skip to content

Commit b149cc3

Browse files
committed
one more change from Qt 6.8.2
1 parent 97ed722 commit b149cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qtbase/src/corelib/thread/qthread_win.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include <private/qcoreapplication_p.h>
1313
#include <private/qeventdispatcher_win_p.h>
14+
#include "qloggingcategory.h"
1415

1516
#include <qt_windows.h>
1617

@@ -352,7 +353,6 @@ void QThreadPrivate::finish(bool lockAnyway) noexcept
352353
if (lockAnyway)
353354
locker.unlock();
354355
emit thr->finished(QThread::QPrivateSignal());
355-
qCDebug(lcDeleteLater) << "Sending deferred delete events as part of finishing thread" << thr;
356356
QCoreApplicationPrivate::sendPostedEvents(nullptr, QEvent::DeferredDelete, d->data);
357357
QThreadStorageData::finish(tls_data);
358358
if (lockAnyway)

0 commit comments

Comments
 (0)