summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qlogging.cpp')
-rw-r--r--src/corelib/global/qlogging.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp
index 8373f63b86c..55dadf4d6f9 100644
--- a/src/corelib/global/qlogging.cpp
+++ b/src/corelib/global/qlogging.cpp
@@ -379,7 +379,7 @@ using namespace QtPrivate;
One example of direct use is to forward errors that stem from a scripting language, e.g. QML:
- \snippet code/qlogging/qlogging.cpp 1
+ \snippet qlogging/qlogging.cpp 1
\sa QMessageLogContext, qDebug(), qInfo(), qWarning(), qCritical(), qFatal()
*/
@@ -449,7 +449,7 @@ void QMessageLogger::info(const char *msg, ...) const
This is a typedef for a pointer to a function with the following
signature:
- \snippet code/qlogging/qlogging.cpp 2
+ \snippet qlogging/qlogging.cpp 2
The \c Q_DECLARE_LOGGING_CATEGORY macro generates a function declaration
with this signature, and \c Q_LOGGING_CATEGORY generates its definition.