#include "PythonQtWrapper_QXmlLocator.h" #include int PythonQtWrapper_QXmlLocator::columnNumber(QXmlLocator* theWrappedObject) const { return theWrappedObject->columnNumber(); } int PythonQtWrapper_QXmlLocator::lineNumber(QXmlLocator* theWrappedObject) const { return theWrappedObject->lineNumber(); }