summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-02-05 16:59:04 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-02-09 13:29:22 +0100
commitf218d895223df9fe8cbe6eca56d182533be71cd3 (patch)
tree53713f37c4f11afc7279712643e3d47cd6d884b8 /tests
parent13ae47d98057c2ddca8c865b845973d7e4c8dd8b (diff)
Clarify what QSystemLocale::fallbackLocale() is used for
Change-Id: I8f073f996505ccb42020b32fd76520ecef54e628 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/text/qlocale/tst_qlocale.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}