qt6-bb10/src/plugins
Marc Mutz 2f542dd996 Use QStringView overloads of <QDate/Time>::toString()
There are no QLatin1String overloads, so using QLatin1String as the
format string produced a temporary QString. Use QStringViewLiteral
instead.

Change-Id: I682eb8cfaa98fdcfb491edd290460db636a98a9f
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-05-29 18:24:29 +02:00
..
bearer Remove usages of Q_OS_WINCE 2019-05-23 13:51:05 +02:00
doc/snippets/code Doc: Move literal code block to a separate file 2018-10-15 10:55:18 +00:00
generic Add a few qAsConst() to range-for to prevent detachments 2018-12-10 11:47:28 +00:00
imageformats Merge remote-tracking branch 'origin/5.13' into dev 2019-04-27 01:00:11 +02:00
platforminputcontexts Merge remote-tracking branch 'origin/5.13' into dev 2019-04-27 01:00:11 +02:00
platforms Windows QPA: Use nullptr consistently 2019-05-28 14:20:23 +02:00
platformthemes More nullptr usage in headers 2019-03-14 07:37:52 +00:00
printsupport Migrate Windows system libs to external dependencies 2019-05-08 08:30:02 +00:00
sqldrivers Use QStringView overloads of <QDate/Time>::toString() 2019-05-29 18:24:29 +02:00
styles Fix build without features.itemviews 2019-05-12 16:24:53 +09:00
plugins.pro