Skip to content
Permalink
Browse files
fix sip bindings
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13446 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 8, 2010
1 parent edec35d commit 4b0d385
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
@@ -4,6 +4,7 @@
%Import QtCore/QtCoremod.sip
%Import QtGui/QtGuimod.sip
%Import QtXml/QtXmlmod.sip
%Import QtNetwork/QtNetworkmod.sip

%Include conversions.sip

@@ -48,4 +48,7 @@ class QgsNetworkAccessManager : QNetworkAccessManager

//! set fallback proxy and URL that shouldn't use it.
void setFallbackProxyAndExcludes( const QNetworkProxy &proxy, const QStringList &excludes );

private:
QgsNetworkAccessManager( QObject * );
};

0 comments on commit 4b0d385

Please sign in to comment.