#include "PythonQtWrapper_QSyntaxHighlighter.h" #include #include #include #include #include #include #include #include #include #include #include #include QTextDocument* PythonQtWrapper_QSyntaxHighlighter::document(QSyntaxHighlighter* theWrappedObject) const { return theWrappedObject->document(); } void PythonQtWrapper_QSyntaxHighlighter::setDocument(QSyntaxHighlighter* theWrappedObject, QTextDocument* doc) { theWrappedObject->setDocument(doc); }