Remove outdatet patch code

This commit is contained in:
Daniele Viganò 2017-04-07 12:17:45 +02:00
parent 3521cf407f
commit 4d41f88e5a
1 changed files with 0 additions and 16 deletions

View File

@ -181,22 +181,6 @@ index f07d3ab1db..948821e91e 100644
+ return sipGetState(sipTransferObj);
+%End
+};
diff --git a/src/gui/qgsfiledownloader.h b/src/gui/qgsfiledownloader.h
index c9276f7caf..841e4b6ee1 100644
--- a/src/gui/qgsfiledownloader.h
+++ b/src/gui/qgsfiledownloader.h
@@ -90,8 +90,10 @@ class GUI_EXPORT QgsFileDownloader : public QObject
void onSslErrors( QNetworkReply *reply, const QList<QSslError> &errors );
#endif
- private:
+ protected:
~QgsFileDownloader();
+
+ private:
/**
* Abort current request and show an error if the instance has GUI
* notifications enabled.
--
2.12.0