summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qvsnprintf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qvsnprintf.cpp')
-rw-r--r--src/corelib/tools/qvsnprintf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qvsnprintf.cpp b/src/corelib/tools/qvsnprintf.cpp
index 472b1f282c..43a21771a1 100644
--- a/src/corelib/tools/qvsnprintf.cpp
+++ b/src/corelib/tools/qvsnprintf.cpp
@@ -46,7 +46,7 @@
QT_BEGIN_NAMESPACE
-#ifndef QT_VSNPRINTF
+#if !defined(QT_VSNPRINTF) || defined(Q_CLANG_QDOC)
/*!
\relates QByteArray