From: Jeremy Katz Date: Fri, 27 Jul 2012 14:20:52 +0000 (+0200) Subject: fix QEventLoop qdoc errors X-Git-Tag: v5.0.0-beta1~542 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff1ea44b67d0755291d82f98b67080097e47bf60;p=profile%2Fivi%2Fqtbase.git fix QEventLoop qdoc errors Change-Id: I17bb720d539a7ccf5d9a3b20853897ff052fc8a6 Reviewed-by: Casper van Donderen --- diff --git a/src/corelib/kernel/qeventloop.cpp b/src/corelib/kernel/qeventloop.cpp index deea463..bf72ae3 100644 --- a/src/corelib/kernel/qeventloop.cpp +++ b/src/corelib/kernel/qeventloop.cpp @@ -156,7 +156,7 @@ bool QEventLoop::processEvents(ProcessEventsFlags flags) QTimer with 0 timeout. More sophisticated idle processing schemes can be achieved using processEvents(). - \sa QApplication::quit(), exit(), processEvents() + \sa QCoreApplication::quit(), exit(), processEvents() */ int QEventLoop::exec(ProcessEventsFlags flags) { @@ -297,6 +297,9 @@ void QEventLoop::wakeUp() } +/*! + \reimp +*/ bool QEventLoop::event(QEvent *event) { if (event->type() == QEvent::Quit) { @@ -401,7 +404,7 @@ QEventLoopLocker::QEventLoopLocker() } /*! - Creates an event locker operating on the \p loop. + Creates an event locker operating on the \a loop. This particular QEventLoop will quit when there are no more QEventLoopLockers operating on it. @@ -414,7 +417,7 @@ QEventLoopLocker::QEventLoopLocker(QEventLoop *loop) } /*! - Creates an event locker operating on the \p thread. + Creates an event locker operating on the \a thread. This particular QThread will quit when there are no more QEventLoopLockers operating on it.