Skip to content

Commit 4b0d385

Browse files
author
jef
committedMay 8, 2010
fix sip bindings
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13446 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎python/core/core.sip

Lines changed: 1 addition & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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)
Please sign in to comment.