summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-07-17 09:00:26 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-07-17 09:00:26 (GMT)
commit11e010c1b72c5309cff4123a6835414283530d74 (patch)
treecfd825faa26c6a6b927f09a2e24f49f81d199fa6
parentd302a3f4738226afd1f3985fe5cb0a75c87da369 (diff)
downloadQt-11e010c1b72c5309cff4123a6835414283530d74.zip
Qt-11e010c1b72c5309cff4123a6835414283530d74.tar.gz
Qt-11e010c1b72c5309cff4123a6835414283530d74.tar.bz2
tst_qnetworkreply: Removed warning
Reviewed-by: TrustMe
-rw-r--r--tests/auto/qnetworkreply/tst_qnetworkreply.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp
index ff315de..842befb 100644
--- a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp
+++ b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp
@@ -3124,6 +3124,7 @@ public slots:
}
void bytesWrittenSlot(qint64 amount) {
+ Q_UNUSED(amount);
if (dataSent == dataSize && client) {
// close eventually