Change-Id: I0df2a430b451718e2fefdaa1632b81e2d16107cc
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
bb10
Jarek Kobus 2020-04-27 08:07:29 +02:00
parent 50b3097683
commit 31ec0c8e71
1 changed files with 3 additions and 3 deletions

View File

@ -47,12 +47,12 @@ QT_BEGIN_NAMESPACE
/*!
\class QException
\inmodule QtCore
\brief The QException class provides a base class for exceptions that can transferred across threads.
\brief The QException class provides a base class for exceptions that can be transferred across threads.
\since 5.0
Qt Concurrent supports throwing and catching exceptions across thread
boundaries, provided that the exception inherit from QException
and implement two helper functions:
boundaries, provided that the exception inherits from QException
and implements two helper functions:
\snippet code/src_corelib_thread_qexception.cpp 0