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>
This commit is contained in:
Martin Smith 2017-05-30 12:04:27 +02:00 committed by Tor Arne Vestbø
parent 73274860dd
commit 0f30dcaea8

View File

@ -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,