From f218d895223df9fe8cbe6eca56d182533be71cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 5 Feb 2021 16:59:04 +0100 Subject: Clarify what QSystemLocale::fallbackLocale() is used for Change-Id: I8f073f996505ccb42020b32fd76520ecef54e628 Reviewed-by: Edward Welbourne --- tests/auto/corelib/text/qlocale/tst_qlocale.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/corelib/text/qlocale/tst_qlocale.cpp b/tests/auto/corelib/text/qlocale/tst_qlocale.cpp index 4ed4bd0c11..60cd4a9a16 100644 --- a/tests/auto/corelib/text/qlocale/tst_qlocale.cpp +++ b/tests/auto/corelib/text/qlocale/tst_qlocale.cpp @@ -3056,7 +3056,7 @@ public: return QVariant(); } - QLocale fallbackUiLocale() const override + QLocale fallbackLocale() const override { return m_locale; } -- cgit v1.2.3