diff --git a/src/corelib/thread/qthread.cpp b/src/corelib/thread/qthread.cpp index a1c2c26e374..4df97fad74c 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;