summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2017-05-30 12:04:27 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-07-19 00:15:27 +0000
commit0f30dcaea8129092142fe87d2d14209c75363f66 (patch)
tree00903934df2aaa5a27b0c2aff2175ad35db6758c /src/corelib
parent73274860ddab354476c48280eacc7f4782d9a25f (diff)
doc: Make qdoc comment a regular comment
This just removes a '!' from a comment that should not be a qdoc comment. Change-Id: I1d90e80656fdcc1c8bd6c177529bd930dcc62932 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/kernel/qcore_mac_objc.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qcore_mac_objc.mm b/src/corelib/kernel/qcore_mac_objc.mm
index f73432544d..02e1232c64 100644
--- a/src/corelib/kernel/qcore_mac_objc.mm
+++ b/src/corelib/kernel/qcore_mac_objc.mm
@@ -98,7 +98,7 @@ QMacAutoReleasePool::~QMacAutoReleasePool()
}
#ifdef Q_OS_MACOS
-/*!
+/*
Ensure that Objective-C objects auto-released in main(), directly or indirectly,
after QCoreApplication construction, are released when the app goes out of scope.
The memory will be reclaimed by the system either way when the process exits,