Skip to content

Commit 4b0d385

Browse files
author
jef
committed
fix sip bindings
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13446 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent edec35d commit 4b0d385

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

python/core/core.sip

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
%Import QtCore/QtCoremod.sip
55
%Import QtGui/QtGuimod.sip
66
%Import QtXml/QtXmlmod.sip
7+
%Import QtNetwork/QtNetworkmod.sip
78

89
%Include conversions.sip
910

python/core/qgsnetworkaccessmanager.sip

+3
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@ class QgsNetworkAccessManager : QNetworkAccessManager
4848

4949
//! set fallback proxy and URL that shouldn't use it.
5050
void setFallbackProxyAndExcludes( const QNetworkProxy &proxy, const QStringList &excludes );
51+
52+
private:
53+
QgsNetworkAccessManager( QObject * );
5154
};

0 commit comments

Comments
 (0)