summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/downloadspeed/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/downloadspeed/main.cpp b/examples/downloadspeed/main.cpp
index 2ed6651bf..86c8d2ea8 100644
--- a/examples/downloadspeed/main.cpp
+++ b/examples/downloadspeed/main.cpp
@@ -91,7 +91,7 @@ public slots:
void downloadSpeed(qint64 speed)
{
- qDebug() << "Download speed:" << format(speed) + "/sec";
+ qDebug() << "Download speed:" << humanReadableSize(speed) + "/sec";
}
void downloadProgress(double progress)