--- a/src/network/access/qnetworkaccessdebugpipebackend.cpp Wed Jun 23 19:07:03 2010 +0300
+++ b/src/network/access/qnetworkaccessdebugpipebackend.cpp Tue Jul 06 15:10:48 2010 +0300
@@ -252,7 +252,7 @@
break;
}
- error(code, QObject::tr("Socket error on %1: %2")
+ error(code, QNetworkAccessDebugPipeBackend::tr("Socket error on %1: %2")
.arg(url().toString(), socket.errorString()));
finished();
disconnect(&socket, SIGNAL(disconnected()), this, SLOT(socketDisconnected()));
@@ -267,7 +267,7 @@
// normal close
} else {
// abnormal close
- QString msg = QObject::tr("Remote host closed the connection prematurely on %1")
+ QString msg = QNetworkAccessDebugPipeBackend::tr("Remote host closed the connection prematurely on %1")
.arg(url().toString());
error(QNetworkReply::RemoteHostClosedError, msg);
finished();