diff options
Diffstat (limited to 'src/corelib/concurrent/qrunnable.cpp')
-rw-r--r-- | src/corelib/concurrent/qrunnable.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/concurrent/qrunnable.cpp b/src/corelib/concurrent/qrunnable.cpp index 86a099b..db33803 100644 --- a/src/corelib/concurrent/qrunnable.cpp +++ b/src/corelib/concurrent/qrunnable.cpp @@ -44,6 +44,8 @@ \since 4.4 \brief The QRunnable class is the base class for all runnable objects. + \ingroup thread + The QRunnable class is an interface for representing a task or piece of code that needs to be executed, represented by your reimplementation of the run() function. |