mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix sip bindings
git-svn-id: http://svn.osgeo.org/qgis/trunk@13446 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
9b73590e70
commit
dec81b9095
@ -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 * );
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user