summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread/qthread.cpp')
-rw-r--r--src/corelib/thread/qthread.cpp4
1 files changed, 4 insertions, 0 deletions
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;