summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-08-31 14:02:27 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2020-09-05 02:08:29 +0200
commit3d7d8346ddfc6651b5d52556777b7d02b7448a16 (patch)
tree9c951f13845e89e62bfea5a8ef9fe980a5e7578f /src/corelib/thread
parentdb61425225013b720a174da4c1766f3ff90d5cb8 (diff)
Remove some comments that are no longer relevant
Task-number: QTBUG-85700 Change-Id: I5ce368e8edca2b9483a0f0ef34bc9eb6b4e44574 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/corelib/thread')
-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 bc68726e50..1a6ee7bd01 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