summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2022-05-05 13:53:57 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2022-05-05 20:06:07 +0300
commitf500ac33c5d1a479cfb90b2fe2d1f915b073f032 (patch)
tree189074a980fde18b4387b8b8b69d939f3b6dac92 /src
parent8426dbc0e24ecd7190657254031a39f95c7a10ae (diff)
Doc: fix wrong qdoc commands for parameters
Change-Id: I9089e814426e177d5af38d19363cdd97189fa0d3 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/libs/installer/concurrentoperationrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/concurrentoperationrunner.cpp b/src/libs/installer/concurrentoperationrunner.cpp
index c1a87ded2..403fb2b4e 100644
--- a/src/libs/installer/concurrentoperationrunner.cpp
+++ b/src/libs/installer/concurrentoperationrunner.cpp
@@ -56,7 +56,7 @@ using namespace QInstaller;
/*!
\fn QInstaller::ConcurrentOperationRunner::progressChanged(const int completed, const int total)
- Emitted when the count of \c completed of the \c total operations changes.
+ Emitted when the count of \a completed of the \a total operations changes.
*/
/*!