summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/abstractarchive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/abstractarchive.cpp')
-rw-r--r--src/libs/installer/abstractarchive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/abstractarchive.cpp b/src/libs/installer/abstractarchive.cpp
index dd9b8e625..f2b4300c4 100644
--- a/src/libs/installer/abstractarchive.cpp
+++ b/src/libs/installer/abstractarchive.cpp
@@ -65,7 +65,7 @@ namespace QInstaller {
*/
/*!
- \fn QInstaller::AbstractArchive::completedChanged(quint64 completed, quint64 total)
+ \fn QInstaller::AbstractArchive::completedChanged(const quint64 completed, const quint64 total)
The ratio of \a completed entries from \a total changed. Subclasses should emit
this whenever the progress changes.