#include "PythonQtWrapper_QDomNotation.h" #include #include #include #include #include #include QDomNotation* PythonQtWrapper_QDomNotation::new_QDomNotation() { return new QDomNotation(); } QDomNotation* PythonQtWrapper_QDomNotation::new_QDomNotation(const QDomNotation& x) { return new QDomNotation(x); } QString PythonQtWrapper_QDomNotation::systemId(QDomNotation* theWrappedObject) const { return ( theWrappedObject->systemId()); } QString PythonQtWrapper_QDomNotation::publicId(QDomNotation* theWrappedObject) const { return ( theWrappedObject->publicId()); }