diff options
Diffstat (limited to 'src/corelib/thread/qthread.cpp')
| -rw-r--r-- | src/corelib/thread/qthread.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/thread/qthread.cpp b/src/corelib/thread/qthread.cpp index 5f80c73ba80..70ec71c26d3 100644 --- a/src/corelib/thread/qthread.cpp +++ b/src/corelib/thread/qthread.cpp @@ -1025,8 +1025,6 @@ void QThread::requestInterruption() return; } Q_D(QThread); - // ### Qt 6: use std::atomic_flag, and document that - // requestInterruption/isInterruptionRequested do not synchronize with each other QMutexLocker locker(&d->mutex); if (!d->running || d->finished || d->isInFinish) return; |
