diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-07-17 09:00:26 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-07-17 09:00:26 (GMT) |
commit | 11e010c1b72c5309cff4123a6835414283530d74 (patch) | |
tree | cfd825faa26c6a6b927f09a2e24f49f81d199fa6 /tests/auto/qnetworkreply | |
parent | d302a3f4738226afd1f3985fe5cb0a75c87da369 (diff) | |
download | Qt-11e010c1b72c5309cff4123a6835414283530d74.zip Qt-11e010c1b72c5309cff4123a6835414283530d74.tar.gz Qt-11e010c1b72c5309cff4123a6835414283530d74.tar.bz2 |
tst_qnetworkreply: Removed warning
Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto/qnetworkreply')
-rw-r--r-- | tests/auto/qnetworkreply/tst_qnetworkreply.cpp | 1 |
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 |