#include "PythonQtWrapper_QDomComment.h" #include #include #include #include #include #include QDomComment* PythonQtWrapper_QDomComment::new_QDomComment() { return new QDomComment(); } QDomComment* PythonQtWrapper_QDomComment::new_QDomComment(const QDomComment& x) { return new QDomComment(x); }