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:
parent
73274860dd
commit
0f30dcaea8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user