From 61d80af70e10641468db8ba2ada123eadf838728 Mon Sep 17 00:00:00 2001 From: kh1 Date: Tue, 14 Feb 2012 18:02:04 +0100 Subject: Build fix. Change-Id: I5ae94a2dd9e09394a2e701f819510363ede7516b Reviewed-by: Tim Jenssen --- examples/downloadspeed/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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) -- cgit v1.2.3