summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-05-10 23:01:17 +0200
committerTopi Reinio <topi.reinio@qt.io>2021-05-12 14:49:45 +0200
commit718ade3b5fc0485d1e48155f7e69cb8278fc11c3 (patch)
treefea0bc85c7f559fa0af125157ae770c82a0634a1 /src
parent78b6050d60ba97ffb66e79bcde6ea306108e41dd (diff)
Doc: Correctly mark QLocale::Territory as an alias
Change-Id: Id165f0ef0803432e1458589319f7c344b97beec9 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: JiDe Zhang <zhangjide@uniontech.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/text/qlocale.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/text/qlocale.qdoc b/src/corelib/text/qlocale.qdoc
index da5d7269e7..9340ff2d59 100644
--- a/src/corelib/text/qlocale.qdoc
+++ b/src/corelib/text/qlocale.qdoc
@@ -465,9 +465,9 @@
*/
/*!
- \enum QLocale::Territory
+ \typealias QLocale::Territory
- This enumeration type is an alias for Country,
+ This enumeration type is an alias for \l Country,
which shall be renamed to Territory at a future release.
\sa territory(), territoryToString()