summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-02-14 18:02:04 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-02-14 19:48:51 +0100
commit61d80af70e10641468db8ba2ada123eadf838728 (patch)
treec73062addc33c606c1d111cc82d6ce77c6e8a311 /examples
parentff7b53da62ca750a66e77436d6a72f09474be6f8 (diff)
Build fix.
Change-Id: I5ae94a2dd9e09394a2e701f819510363ede7516b Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'examples')
-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)