summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2015-03-12 07:47:21 +0100
committerAndy Shaw <andy.shaw@digia.com>2015-03-12 06:50:28 +0000
commit5f324097f2901ab7a7450856f7391f636cf044ad (patch)
treeb7cfbf3e8dd8e8ad3277b16bff8c9894db3168be /src
parent5930a2d314d158f67bf3bf2bd940d7b67731ebde (diff)
Add missing \since tag for the documentation for loopLevel()
Change-Id: Ib5e23c40d9258db7986ddb892def207808ac89c7 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/thread/qthread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/thread/qthread.cpp b/src/corelib/thread/qthread.cpp
index acee337642..dc231a00f8 100644
--- a/src/corelib/thread/qthread.cpp
+++ b/src/corelib/thread/qthread.cpp
@@ -712,6 +712,7 @@ QThread::Priority QThread::priority() const
*/
/*!
+ \since 5.5
Returns the current event loop level for the thread.
\note This can only be called within the thread itself, i.e. when