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>
This commit is contained in:
Kai Koehne 2017-09-25 12:09:08 +02:00
parent 39355daa40
commit dfdd99fc12

View File

@ -388,7 +388,7 @@ QVersionNumber QVersionNumber::commonPrefix(const QVersionNumber &v1,
/*! /*!
\fn QString QVersionNumber::toString() const \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() \sa majorVersion(), minorVersion(), microVersion(), segments()
*/ */
@ -411,7 +411,7 @@ QString QVersionNumber::toString() const
int *suffixIndex) int *suffixIndex)
Constructs a QVersionNumber from a specially formatted \a string of 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 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 is considered to be the suffix string. The start index of that string will be