#include "PythonQtWrapper_QAbstractMessageHandler.h" #include #include #include #include #include #include #include #include void PythonQtWrapper_QAbstractMessageHandler::message(QAbstractMessageHandler* theWrappedObject, QtMsgType type, const QString& description, const QUrl& identifier, const QSourceLocation& sourceLocation) { theWrappedObject->message(type, description, identifier, sourceLocation); }