We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdb025 commit 85a0db2Copy full SHA for 85a0db2
python/core/core.sip
@@ -3,6 +3,7 @@
3
4
%Feature QT5_SUPPORT
5
6
+%Import QtCore/QtCoremod.sip
7
%Import QtXml/QtXmlmod.sip
8
%Import QtNetwork/QtNetworkmod.sip
9
%Import QtSql/QtSqlmod.sip
src/gui/qgsfiledownloader.h
@@ -90,8 +90,10 @@ class GUI_EXPORT QgsFileDownloader : public QObject
90
void onSslErrors( QNetworkReply *reply, const QList<QSslError> &errors );
91
#endif
92
93
- private:
+ protected:
94
~QgsFileDownloader();
95
+
96
+ private:
97
/**
98
* Abort current request and show an error if the instance has GUI
99
* notifications enabled.
0 commit comments