qt5base-lts/tests/auto/widgets/itemviews
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
..
qabstractitemview Fix a mistake when using QLatin1String::arg 2020-11-07 06:25:36 +01:00
qcolumnview CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qdatawidgetmapper CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qfileiconprovider CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qheaderview Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
qitemdelegate Deprecate QVariant::Type 2020-10-23 09:58:57 +02:00
qitemeditorfactory Deprecate QVariant::Type 2020-10-23 09:58:57 +02:00
qitemview CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qlistview QAbstractItemView: don't lose items if model only allows MoveAction 2020-10-16 13:53:03 +02:00
qlistwidget CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qtableview Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
qtablewidget CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qtreeview Fix a mistake when using QLatin1String::arg 2020-11-07 06:25:36 +01:00
qtreewidget Deprecate QVariant::Type 2020-10-23 09:58:57 +02:00
qtreewidgetitemiterator CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
CMakeLists.txt CMake: Regenerate subdir test projects 2020-07-09 09:38:39 +02:00
itemviews.pro Remove the deprecated QDirModel 2020-06-04 19:11:19 +02:00