q(v)snprintf: fix a typo in the deprecation warning
Found in API review. Amends afd0bb28fbac6d4c24c6785bff9c72bd56eaceb4. Change-Id: I694dfc3f16ea90bca07a47c1d57ba1cf21b23f1a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 8e75e1c1852fee22982cebe1f02cfeff4699aafe) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
b7e0a7bfde
commit
8c8dfce81e
@ -143,7 +143,7 @@ Q_CORE_EXPORT int qstrnicmp(const char *, qsizetype, const char *, qsizetype = -
|
|||||||
#define QSNPF_DEPR(vsn) \
|
#define QSNPF_DEPR(vsn) \
|
||||||
QT_DEPRECATED_VERSION_X_6_9("Use C++11 std::" #vsn "printf() instead, taking care to " \
|
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() " \
|
"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.")
|
"std::" #vsn "printf() does not, support.")
|
||||||
// implemented in qvsnprintf.cpp
|
// implemented in qvsnprintf.cpp
|
||||||
QSNPF_DEPR(vsn)
|
QSNPF_DEPR(vsn)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user