qt5base-lts/tests/auto/widgets
Giuseppe D'Angelo a6903f3da8 Fix a mistake when using QLatin1String::arg
QLatin1String::arg (and QStringView::arg) only support string-like
arguments, and QLatin1String("%1").arg(123) does *not* produce
the string "123" -- 123 gets routed through the QChar(int) constructor
instead. Fix by using QString.

Change-Id: I96371a15e1af957ef8133e30e79eb3e22b3e9d32
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-11-07 06:25:36 +01:00
..
dialogs Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
effects Get rid of all usage of QApplication:desktop 2020-10-14 06:38:43 +02:00
graphicsview Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
itemviews Fix a mistake when using QLatin1String::arg 2020-11-07 06:25:36 +01:00
kernel Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
styles Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
util Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
widgets QLineEdit: check a int->QChar conversion, and make it explicit 2020-11-06 10:16:32 +01:00
CMakeLists.txt
widgets.pro