q(v)snprintf: fix a typo in the deprecation warning
Found in API review. Amends afd0bb28fbac6d4c24c6785bff9c72bd56eaceb4. Pick-to: 6.9 Change-Id: I694dfc3f16ea90bca07a47c1d57ba1cf21b23f1a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
8a2cb53b37
commit
8e75e1c185
@ -143,7 +143,7 @@ Q_CORE_EXPORT int qstrnicmp(const char *, qsizetype, const char *, qsizetype = -
|
||||
#define QSNPF_DEPR(vsn) \
|
||||
QT_DEPRECATED_VERSION_X_6_9("Use C++11 std::" #vsn "printf() instead, taking care to " \
|
||||
"ensure that you didn't rely on QString::asprintf() " \
|
||||
"ideosyncrasies that q" #vsn "printf might, but " \
|
||||
"idiosyncrasies that q" #vsn "printf might, but " \
|
||||
"std::" #vsn "printf() does not, support.")
|
||||
// implemented in qvsnprintf.cpp
|
||||
QSNPF_DEPR(vsn)
|
||||
|
Loading…
x
Reference in New Issue
Block a user