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 a61c13a0e..a00a5bf23 100644
--- a/src/libs/installer/progresscoordinator.cpp
+++ b/src/libs/installer/progresscoordinator.cpp
@@ -320,7 +320,7 @@ void ProgressCoordinator::printProgressPercentage(int progress)
QString formatted = QString::fromLatin1("[%1 %2%] ").arg(
m_progressSpinner->spinnerChars.at(m_progressSpinner->currentIndex), QString::number(progress));
- std::cout << formatted.toStdString() << "\r" << std::flush;
+ qCDebug(QInstaller::lcProgressIndicator).noquote() << formatted;
m_progressSpinner->currentIndex == (m_progressSpinner->spinnerChars.size() - 1)
? m_progressSpinner->currentIndex = 0