tst_qnetworkreply: purge stray space inside parenthesis
Change-Id: I82c382b4678c3bd8517221c85febdd174f7058d4 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>bb10
parent
06c7d67e13
commit
2f865adb16
|
|
@ -1442,7 +1442,7 @@ int tst_QNetworkReply::waitForFinish(QNetworkReplyPtr &reply)
|
|||
QSignalSpy spy(reply.data(), SIGNAL(downloadProgress(qint64,qint64)));
|
||||
while (!reply->isFinished()) {
|
||||
QTimer::singleShot(5000, loop, SLOT(quit()));
|
||||
if ( loop->exec() == Timeout && count == spy.count() && !reply->isFinished()) {
|
||||
if (loop->exec() == Timeout && count == spy.count() && !reply->isFinished()) {
|
||||
returnCode = Timeout;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue