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 edec35d commit 4b0d385Copy full SHA for 4b0d385
python/core/core.sip
@@ -4,6 +4,7 @@
4
%Import QtCore/QtCoremod.sip
5
%Import QtGui/QtGuimod.sip
6
%Import QtXml/QtXmlmod.sip
7
+%Import QtNetwork/QtNetworkmod.sip
8
9
%Include conversions.sip
10
python/core/qgsnetworkaccessmanager.sip
@@ -48,4 +48,7 @@ class QgsNetworkAccessManager : QNetworkAccessManager
48
49
//! set fallback proxy and URL that shouldn't use it.
50
void setFallbackProxyAndExcludes( const QNetworkProxy &proxy, const QStringList &excludes );
51
+
52
+ private:
53
+ QgsNetworkAccessManager( QObject * );
54
};
0 commit comments