File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -182,11 +182,6 @@ void QgsFileDownloader::onFinished()
182
182
this ->deleteLater ();
183
183
}
184
184
185
- void QgsFileDownloader::onNetworkError ( QNetworkReply::NetworkError err )
186
- {
187
- Q_ASSERT ( mReply );
188
- error ( QString ( " Network error %1: %2" ).arg ( err ).arg ( mReply ->errorString () ) );
189
- }
190
185
191
186
void QgsFileDownloader::onDownloadProgress ( qint64 bytesReceived, qint64 bytesTotal )
192
187
{
Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ class GUI_EXPORT QgsFileDownloader : public QObject
79
79
void onReadyRead ();
80
80
// ! Called when the network reply has finished
81
81
void onFinished ();
82
- // ! Called on Network Error
83
- void onNetworkError ( QNetworkReply::NetworkError err );
84
82
// ! Called on data ready to be processed
85
83
void onDownloadProgress ( qint64 bytesReceived, qint64 bytesTotal );
86
84
// ! Called when a network request times out
You can’t perform that action at this time.
0 commit comments