summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2012-08-23 11:35:11 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 21:26:20 +0200
commit7dfe25e2cd276b52d2683f7ecdad39943fdfbdce (patch)
tree81761a843223478361a6bc24162732e30cf3a813 /src/corelib/global/qlogging.cpp
parent3705b93c438192465ca9b19c73f5fbf3ae7f8ddc (diff)
doc: Fix some qdoc warnings
QDoc doesn't supported nested tags, and there doesn't seem to be any way to trick it into thinking you've mentioned the argument (\omit didn't work), so actually rephrasing is the only way to kill the warning. Also add a const modifier to a signature to make it match the declaration. Change-Id: Ie02a488c42565205e827602959111c53e2d05a83 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/global/qlogging.cpp')
-rw-r--r--src/corelib/global/qlogging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp
index ee9305a70f..ca85ad25cb 100644
--- a/src/corelib/global/qlogging.cpp
+++ b/src/corelib/global/qlogging.cpp
@@ -980,7 +980,7 @@ void QMessageLogContext::copy(const QMessageLogContext &logContext)
*/
/*!
- \fn void QMessageLogger::noDebug(const char *, ...)
+ \fn void QMessageLogger::noDebug(const char *, ...) const
\internal
Ignores logging output