diff --git a/src/corelib/thread/qthread.cpp b/src/corelib/thread/qthread.cpp index 216d783de16..11f8f5cc6dd 100644 --- a/src/corelib/thread/qthread.cpp +++ b/src/corelib/thread/qthread.cpp @@ -999,6 +999,10 @@ bool QThread::isInterruptionRequested() const return false; } +void QThread::setTerminationEnabled(bool) +{ +} + // No threads: so we can just use static variables Q_CONSTINIT static QThreadData *data = nullptr;