From b1d2b80a90b3eda41f4d84fc504220c6b0cf2c29 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 27 Aug 2012 17:06:33 +0200 Subject: QException/QFuture*: add \inmodule QtCore Change-Id: Iad787e3280889eae6b6aace9a85bda966b1a7094 Reviewed-by: Thiago Macieira --- src/corelib/thread/qexception.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/thread/qexception.cpp') diff --git a/src/corelib/thread/qexception.cpp b/src/corelib/thread/qexception.cpp index 090cbf4e855..50689c0abec 100644 --- a/src/corelib/thread/qexception.cpp +++ b/src/corelib/thread/qexception.cpp @@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE /*! \class QException + \inmodule QtCore \brief The QException class provides a base class for exceptions that can transferred across threads. \since 5.0 @@ -92,6 +93,7 @@ QT_BEGIN_NAMESPACE /*! \class QUnhandledException + \inmodule QtCore \brief The UnhandledException class represents an unhandled exception in a worker thread. \since 5.0 -- cgit v1.2.3