summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-05-22 14:49:30 +0200
committerLars Knoll <lars.knoll@qt.io>2020-06-11 02:50:16 +0200
commitecacb3c62f94d2b671a252aa177264f41f6869ea (patch)
tree9595f19bdeda1009ccf07155d51c2eaff679fe54 /tests/auto
parentce8c33e710a9003a1912ab09fc31417b50b7a4b5 (diff)
Port QLocale::quoteString from QStringRef to QStringView
Task-number: QTBUG-84319 Change-Id: I29726ebfda7a5f51a0a6ee29e905b0b904256c8d Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/corelib/text/qlocale/tst_qlocale.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/corelib/text/qlocale/tst_qlocale.cpp b/tests/auto/corelib/text/qlocale/tst_qlocale.cpp
index 4078805221..073d0548fa 100644
--- a/tests/auto/corelib/text/qlocale/tst_qlocale.cpp
+++ b/tests/auto/corelib/text/qlocale/tst_qlocale.cpp
@@ -58,7 +58,6 @@
#endif
Q_DECLARE_METATYPE(QLocale::FormatType)
-Q_DECLARE_METATYPE(QStringView)
class tst_QLocale : public QObject
{