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, 2 insertions, 2 deletions
diff --git a/src/corelib/thread/qthread.cpp b/src/corelib/thread/qthread.cpp
index 8c9cbbff63..7d908fd4e7 100644
--- a/src/corelib/thread/qthread.cpp
+++ b/src/corelib/thread/qthread.cpp
@@ -891,7 +891,7 @@ bool QThread::isInterruptionRequested() const
return d->running && !d->finished && !d->isInFinish;
}
-/*
+/*!
\fn template <typename Function, typename... Args> QThread *QThread::create(Function &&f, Args &&... args)
\since 5.10
@@ -915,7 +915,7 @@ bool QThread::isInterruptionRequested() const
\sa start()
*/
-/*
+/*!
\fn template <typename Function> QThread *QThread::create(Function &&f)
\since 5.10