Skip to content

Commit

Permalink
fix sip bindings
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13446 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 8, 2010
1 parent 9b73590 commit dec81b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/core/core.sip
Expand Up @@ -4,6 +4,7 @@
%Import QtCore/QtCoremod.sip
%Import QtGui/QtGuimod.sip
%Import QtXml/QtXmlmod.sip
%Import QtNetwork/QtNetworkmod.sip

%Include conversions.sip

Expand Down
3 changes: 3 additions & 0 deletions python/core/qgsnetworkaccessmanager.sip
Expand Up @@ -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 dec81b9

Please sign in to comment.