From 31ec0c8e71d67b9cbcf4809010b36ca3107fe661 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Mon, 27 Apr 2020 08:07:29 +0200 Subject: Fix doc Change-Id: I0df2a430b451718e2fefdaa1632b81e2d16107cc Reviewed-by: Leena Miettinen --- src/corelib/thread/qexception.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/corelib/thread') diff --git a/src/corelib/thread/qexception.cpp b/src/corelib/thread/qexception.cpp index 5c7a05c9c2..2dc277523a 100644 --- a/src/corelib/thread/qexception.cpp +++ b/src/corelib/thread/qexception.cpp @@ -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 -- cgit v1.2.3