summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-09-25 12:09:08 +0200
committerKai Koehne <kai.koehne@qt.io>2017-11-08 14:26:32 +0000
commitdfdd99fc123ee80e162f0c14b4687fa00a328215 (patch)
tree1e93c5db2fce52942f39d5d76f0516f1c560ba57 /src
parent39355daa40438eef386ce55f02e7ba9ff824993f (diff)
Doc: Be more specific on full stop in QVersionNumber
So far we just write ... '.'. , which looks weird. Change-Id: Iac6fc781c80976994ea0a182b55958baa39a7e52 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qversionnumber.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qversionnumber.cpp b/src/corelib/tools/qversionnumber.cpp
index 97e5da8b3c..d2667ddea9 100644
--- a/src/corelib/tools/qversionnumber.cpp
+++ b/src/corelib/tools/qversionnumber.cpp
@@ -388,7 +388,7 @@ QVersionNumber QVersionNumber::commonPrefix(const QVersionNumber &v1,
/*!
\fn QString QVersionNumber::toString() const
- Returns a string with all of the segments delimited by a '.'.
+ Returns a string with all of the segments delimited by a period (\c{.}).
\sa majorVersion(), minorVersion(), microVersion(), segments()
*/
@@ -411,7 +411,7 @@ QString QVersionNumber::toString() const
int *suffixIndex)
Constructs a QVersionNumber from a specially formatted \a string of
- non-negative decimal numbers delimited by '.'.
+ non-negative decimal numbers delimited by a period (\c{.}).
Once the numerical segments have been parsed, the remainder of the string
is considered to be the suffix string. The start index of that string will be