In case of network error print the error string.

Task-number: QTCREATORBUG-3378
This commit is contained in:
kh1
2011-01-11 16:10:22 +01:00
parent 80cd57a9b1
commit d8035bcaca
3 changed files with 17 additions and 2 deletions

View File

@@ -129,6 +129,9 @@ private slots:
void actionChanged();
void slotLoadStarted();
void slotLoadFinished(bool ok);
#if !defined(QT_NO_WEBKIT)
void slotNetworkReplyFinished(QNetworkReply *reply);
#endif
private:
bool eventFilter(QObject *obj, QEvent *event);