mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Revert
This commit is contained in:
parent
4d4e7c95ca
commit
a7fd8e07f5
@ -3,6 +3,11 @@
|
|||||||
|
|
||||||
${DEFAULTDOCSTRINGSIGNATURE}
|
${DEFAULTDOCSTRINGSIGNATURE}
|
||||||
|
|
||||||
|
%ModuleHeaderCode
|
||||||
|
// Needed because sip uses deprecated throw(...) annotations to raise the correct Python exception
|
||||||
|
#define throw(...)
|
||||||
|
%End
|
||||||
|
|
||||||
%Import QtCore/QtCoremod.sip
|
%Import QtCore/QtCoremod.sip
|
||||||
%Import QtGui/QtGuimod.sip
|
%Import QtGui/QtGuimod.sip
|
||||||
%Import QtXml/QtXmlmod.sip
|
%Import QtXml/QtXmlmod.sip
|
||||||
|
@ -22,11 +22,6 @@ which are not wrapped by PyQt:
|
|||||||
- NULL QVariant which is missing in PyQt5 with sip.enableautoconversion
|
- NULL QVariant which is missing in PyQt5 with sip.enableautoconversion
|
||||||
*/
|
*/
|
||||||
|
|
||||||
%ModuleHeaderCode
|
|
||||||
// Needed because sip uses deprecated throw(...) annotations to raise the correct Python exception
|
|
||||||
#define throw(...)
|
|
||||||
%End
|
|
||||||
|
|
||||||
|
|
||||||
template <TYPE>
|
template <TYPE>
|
||||||
%MappedType QVector< QVector<TYPE> >
|
%MappedType QVector< QVector<TYPE> >
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
|
|
||||||
${DEFAULTDOCSTRINGSIGNATURE}
|
${DEFAULTDOCSTRINGSIGNATURE}
|
||||||
|
|
||||||
|
%ModuleHeaderCode
|
||||||
|
// Needed because sip uses deprecated throw(...) annotations to raise the correct Python exception
|
||||||
|
#define throw(...)
|
||||||
|
%End
|
||||||
|
|
||||||
%Import QtCore/QtCoremod.sip
|
%Import QtCore/QtCoremod.sip
|
||||||
%Import QtGui/QtGuimod.sip
|
%Import QtGui/QtGuimod.sip
|
||||||
%Import QtXml/QtXmlmod.sip
|
%Import QtXml/QtXmlmod.sip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user