We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ed8f861 commit fcf718fCopy full SHA for fcf718f
src/gui/qgsfiledownloader.h
@@ -95,9 +95,12 @@ class GUI_EXPORT QgsFileDownloader : public QObject
95
*/
96
void onSslErrors( QNetworkReply *reply, const QList<QSslError> &errors );
97
#endif
98
- private:
+
99
+ protected:
100
~QgsFileDownloader();
101
102
+ private:
103
104
/**
105
* Abort current request and show an error if the instance has GUI
106
* notifications enabled.
0 commit comments