forked from qt-creator/qt-creator
In case of network error print the error string.
Task-number: QTCREATORBUG-3378
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user