#include "PythonQtWrapper_QDomCDATASection.h" #include #include #include #include #include #include QDomCDATASection* PythonQtWrapper_QDomCDATASection::new_QDomCDATASection() { return new QDomCDATASection(); } QDomCDATASection* PythonQtWrapper_QDomCDATASection::new_QDomCDATASection(const QDomCDATASection& x) { return new QDomCDATASection(x); }