#include "PythonQtWrapper_QXmlNamePool.h" #include #include #include #include #include QXmlNamePool* PythonQtWrapper_QXmlNamePool::new_QXmlNamePool() { return new QXmlNamePool(); } QXmlNamePool* PythonQtWrapper_QXmlNamePool::new_QXmlNamePool(const QXmlNamePool& other) { return new QXmlNamePool(other); }