qt5base-lts/tests/auto/corelib/tools/qlatin1string
Marc Mutz b2173b54ef Long live QTest::addRow()!
This new function does the same as newRow(), except that it has a less confusing
name (in line with _add_Column()), and accepts printf-style arguments to avoid
the need to newRow(qPrintable(QString::asprintf())), a common pattern in client
code. It uses qvsnprintf() under the hoods, avoiding the need for the QString
const char* round-trip.

Port all in-tree users of newRow(qPrintable(QString::asnprintf())) to the new
function.

Change-Id: Icd5de9b7ea4f6759d98080ec30f5aecadb8bec39
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2017-01-10 07:47:26 +00:00
..
.gitignore QLatin1String: add test 2015-10-19 15:55:21 +00:00
qlatin1string.pro Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
tst_qlatin1string.cpp Long live QTest::addRow()! 2017-01-10 07:47:26 +00:00