qt6-bb10/tests/auto/corelib/global
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
..
q_func_info Updated license headers 2016-01-21 18:55:18 +00:00
qflags Rename QtPrivate::is_[un]signed to QtPrivate::Is[Un]signedEnum 2016-11-09 09:13:29 +00:00
qgetputenv Long live QTest::addRow()! 2017-01-10 07:47:26 +00:00
qglobal foreach: do not use operators that trigger non-evaluated contexts 2016-12-10 18:11:38 +00:00
qglobalstatic macOS: Don't build auto-tests as application bundles unless explicitly requested 2016-10-23 10:39:56 +00:00
qhooks tst_qhooks: test that it's possible to chain multiple hooks together 2016-11-18 15:22:32 +00:00
qlogging macOS: Don't build auto-tests as application bundles unless explicitly requested 2016-10-23 10:39:56 +00:00
qnumeric Add Intel copyright to files that Intel has had non-trivial contribution 2016-01-21 22:44:21 +00:00
qrand Updated license headers 2016-01-21 18:55:18 +00:00
qtendian QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
global.pro Add a more reliable replacement for qt_add/removeObject(). 2014-04-15 17:50:20 +02:00