Fix doc
Change-Id: I0df2a430b451718e2fefdaa1632b81e2d16107cc Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
parent
50b3097683
commit
31ec0c8e71
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user