summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 dc4f1aecc..e7c23eef0 100644
--- a/src/libs/installer/progresscoordinator.cpp
+++ b/src/libs/installer/progresscoordinator.cpp
@@ -317,7 +317,7 @@ void ProgressCoordinator::printProgressPercentage(int progress)
Q_ASSERT(m_progressSpinner->currentIndex < m_progressSpinner->spinnerChars.size());
- QString formatted = QString::fromLatin1("[%1 %2%] ").arg(
+ QString formatted = QString::fromLatin1("[%1 %2%]").arg(
m_progressSpinner->spinnerChars.at(m_progressSpinner->currentIndex), QString::number(progress));
qCDebug(QInstaller::lcProgressIndicator).noquote() << formatted;