diff --git a/src/corelib/thread/qthread.cpp b/src/corelib/thread/qthread.cpp index b45ff173738..28845078d66 100644 --- a/src/corelib/thread/qthread.cpp +++ b/src/corelib/thread/qthread.cpp @@ -1014,6 +1014,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;