From 0f30dcaea8129092142fe87d2d14209c75363f66 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 30 May 2017 12:04:27 +0200 Subject: doc: Make qdoc comment a regular comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This just removes a '!' from a comment that should not be a qdoc comment. Change-Id: I1d90e80656fdcc1c8bd6c177529bd930dcc62932 Reviewed-by: Tor Arne Vestbø --- src/corelib/kernel/qcore_mac_objc.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3