Docs: Add "\since" info for QEventLoopLocker.

Change-Id: Ie749b6f2539be5bd08d7a6a00eb4e8655cec1227
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
Christian Kandeler 2012-09-11 12:34:43 +02:00 committed by Qt by Nokia
parent edc652db10
commit 741b1f49bd

View File

@ -377,6 +377,7 @@ private:
\class QEventLoopLocker
\inmodule QtCore
\brief The QEventLoopLocker class provides a means to quit an event loop when it is no longer needed.
\since 5.0
The QEventLoopLocker operates on particular objects - either a QCoreApplication
instance, a QEventLoop instance or a QThread instance.