summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qexception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread/qexception.cpp')
-rw-r--r--src/corelib/thread/qexception.cpp2
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