diff options
Diffstat (limited to 'src/corelib/thread/qexception.cpp')
| -rw-r--r-- | src/corelib/thread/qexception.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/thread/qexception.cpp b/src/corelib/thread/qexception.cpp index bc68726e50a..1a6ee7bd019 100644 --- a/src/corelib/thread/qexception.cpp +++ b/src/corelib/thread/qexception.cpp @@ -114,7 +114,6 @@ QT_BEGIN_NAMESPACE QException::~QException() noexcept { - // must stay empty until ### Qt 6 } void QException::raise() const @@ -130,7 +129,6 @@ QException *QException::clone() const QUnhandledException::~QUnhandledException() noexcept { - // must stay empty until ### Qt 6 } void QUnhandledException::raise() const |
