diff options
Diffstat (limited to 'src/corelib/thread/qrunnable.cpp')
| -rw-r--r-- | src/corelib/thread/qrunnable.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/thread/qrunnable.cpp b/src/corelib/thread/qrunnable.cpp index f9d69ed5cbb..a1193007542 100644 --- a/src/corelib/thread/qrunnable.cpp +++ b/src/corelib/thread/qrunnable.cpp @@ -108,11 +108,11 @@ void QRunnable::QGenericRunnable::run() Auto-deletion is enabled by default. - \note This function participates in overload resolution only if \c Callable - is a function or function object which can be called with zero arguments. - \note In Qt versions prior to 6.6, this method took copyable functions only. + \constraints \c Callable + is a function or function object which can be called with zero arguments. + \sa run(), autoDelete() */ |
