qsnprintf() does not make a difference between lvalue and rvalue arguments, so the wrapper doesn't need to perfectly forward. Use decay-copy via by-value arguments to potentially reduce the number of instantiations required for the existing calls. Adjust indentation so the continuation line doesn't need to be re-indented when we'll port qsnprintf() to std::snprintf(). Amends 0e8eb20af43ca473b7a7639bb2941c9e6bad537b. Pick-to: 6.7 6.5 Change-Id: Idcaa441517fdbf00fefd952db7928731779123ab Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit fba67959acb7be39942aa3ce829f6764c46ad3ee) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%