diff --git a/test/auto/request/tst_soaptest.cpp b/test/auto/request/tst_soaptest.cpp index 1b508be..a6d210d 100644 --- a/test/auto/request/tst_soaptest.cpp +++ b/test/auto/request/tst_soaptest.cpp @@ -127,7 +127,7 @@ void SoapTest::public_soap_test() process.start("hostname"); process.waitForFinished(-1); // will wait forever until finished - QString stdout = process.readAllStandardOutput(); + QString temp = process.readAllStandardOutput(); QCOMPARE(req->responseData(), xmlResponse); }