summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/progresscoordinator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/progresscoordinator.cpp')
-rw-r--r--src/libs/installer/progresscoordinator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/progresscoordinator.cpp b/src/libs/installer/progresscoordinator.cpp
index e7c23eef0..91fa9671e 100644
--- a/src/libs/installer/progresscoordinator.cpp
+++ b/src/libs/installer/progresscoordinator.cpp
@@ -100,7 +100,7 @@ void ProgressCoordinator::registerPartProgress(QObject *sender, const char *sign
/*!
- This slot gets the progress changed signals from different tasks. The values 0 and 1 are handled as
+ This slot gets the progress changed signals from different tasks. The \a fraction values 0 and 1 are handled as
special values.
0 - is just ignored, so you can use a timer which gives the progress, e.g. like a downloader does.