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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qvsnprintf.cpp b/src/corelib/tools/qvsnprintf.cpp
index cf595b8f31..be92e20fac 100644
--- a/src/corelib/tools/qvsnprintf.cpp
+++ b/src/corelib/tools/qvsnprintf.cpp
@@ -97,6 +97,7 @@ int qvsnprintf(char *str, size_t n, const char *fmt, va_list ap)
#endif
/*!
+ \target bytearray-qsnprintf
\relates QByteArray
A portable snprintf() function, calls qvsnprintf.