summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.qdoc
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-05-29 12:01:26 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2020-06-04 10:39:52 +0200
commit21549529ef0e80c3dae28b4d7ea9a8ffb859f351 (patch)
tree2e068dc065c56fd252485c977601331d25cef757 /src/corelib/text/qlocale.qdoc
parentf439df7893d133261325aa19e6c8b64b41eb0042 (diff)
Rename snippet files to match the carved up corelib/tools/
This is a folllow-up to commits 548513a4bd050d3df0a85fed6e2d1a00ce06d2ab and a9aa206b7b8ac4e69f8c46233b4080e00e845ff5, renaming the snippets files referenced by the files moved out of corelib/tools/ to match the new locations of the files using them. Change-Id: I59f5d3c217ef835e9244387cc769e7212de9d8f5 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/text/qlocale.qdoc')
-rw-r--r--src/corelib/text/qlocale.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/text/qlocale.qdoc b/src/corelib/text/qlocale.qdoc
index 592f9d0785..e470a317f2 100644
--- a/src/corelib/text/qlocale.qdoc
+++ b/src/corelib/text/qlocale.qdoc
@@ -43,7 +43,7 @@
Example:
- \snippet code/src_corelib_tools_qlocale.cpp 0
+ \snippet code/src_corelib_text_qlocale.cpp 0
QLocale supports the concept of a default locale, which is
determined from the system's locale settings at application
@@ -64,7 +64,7 @@
The following example illustrates how to use QLocale directly:
- \snippet code/src_corelib_tools_qlocale.cpp 1
+ \snippet code/src_corelib_text_qlocale.cpp 1
When a language/country pair is specified in the constructor, one
of three things can happen:
@@ -84,7 +84,7 @@
An alternative method for constructing a QLocale object is by
specifying the locale name.
- \snippet code/src_corelib_tools_qlocale.cpp 2
+ \snippet code/src_corelib_text_qlocale.cpp 2
This constructor converts the locale name to a language/country
pair; it does not use the system locale database.