Doc: Fix qdoc warnings about missing \inmodule

Change-Id: Id04ac0d4825ad3e8489c0db186425e049e2c6108
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
Kai Koehne 2015-08-04 12:31:07 +02:00
parent d337fbe13c
commit 1767c94e9e
2 changed files with 2 additions and 0 deletions

View File

@ -503,6 +503,7 @@ void QMetaCallEvent::placeMetaCall(QObject *object)
\brief Exception-safe wrapper around QObject::blockSignals()
\since 5.3
\ingroup objectmodel
\inmodule QtCore
\reentrant

View File

@ -352,6 +352,7 @@
/*! \class QFuture::const_iterator
\reentrant
\since 4.4
\inmodule QtCore
\brief The QFuture::const_iterator class provides an STL-style const
iterator for QFuture.