[docs] QVersionNumber: fix a typo
Use "Constructs" instead of "Construct" in the initializer_list ctor docs, because it's what all other ctor docs also use. Pick-to: 6.7 6.6 6.5 6.2 5.15 Change-Id: Ie84d208b81a062851d95fb336553e8e7c57d4b73 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>bb10
parent
24a0d958a7
commit
6147b3f5b2
|
|
@ -76,7 +76,7 @@ QT_IMPL_METATYPE_EXTERN(QVersionNumber)
|
|||
/*!
|
||||
\fn QVersionNumber::QVersionNumber(std::initializer_list<int> args)
|
||||
|
||||
Construct a version number from the std::initializer_list specified by
|
||||
Constructs a version number from the std::initializer_list specified by
|
||||
\a args.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue