summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-09-03 15:36:50 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-09-03 21:40:08 +0200
commit62fc486a77fa882da6d60cfec323223dbbd26236 (patch)
treeeda47c140a343265ba100a93b0135c6883c4cd17 /src/corelib/plugin
parent823c4951b2be1532bc26f9109e414841bd1ae829 (diff)
Doc: fix a bunch of qdoc warnings from wrong prototypes
* name method parameters consistently with their declaration * don't document parameters that are not there Pick-to: 6.2 Change-Id: I06ae9fdca357ed29eb7a72802f149eb4914181f4 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/plugin')
-rw-r--r--src/corelib/plugin/quuid.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/plugin/quuid.cpp b/src/corelib/plugin/quuid.cpp
index 33fac4b892..b41af5c4f2 100644
--- a/src/corelib/plugin/quuid.cpp
+++ b/src/corelib/plugin/quuid.cpp
@@ -383,10 +383,10 @@ static QUuid createFromName(const QUuid &ns, const QByteArray &baseData, QCrypto
*/
/*!
- \fn static QUuid::fromString(QAnyStringView text)
+ \fn static QUuid::fromString(QAnyStringView string)
\since 5.10
- Creates a QUuid object from the string \a text, which must be
+ Creates a QUuid object from the string \a string, which must be
formatted as five hex fields separated by '-', e.g.,
"{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}" where each 'x' is a hex
digit. The curly braces shown here are optional, but it is normal to