#include "PythonQtWrapper_QTextCodecPlugin.h" #include #include #include #include #include #include #include QList PythonQtWrapper_QTextCodecPlugin::aliases(QTextCodecPlugin* theWrappedObject) const { return theWrappedObject->aliases(); } QTextCodec* PythonQtWrapper_QTextCodecPlugin::createForMib(QTextCodecPlugin* theWrappedObject, int mib) { return theWrappedObject->createForMib(mib); } QTextCodec* PythonQtWrapper_QTextCodecPlugin::createForName(QTextCodecPlugin* theWrappedObject, const QByteArray& name) { return theWrappedObject->createForName(name); } QList PythonQtWrapper_QTextCodecPlugin::mibEnums(QTextCodecPlugin* theWrappedObject) const { return theWrappedObject->mibEnums(); } QList PythonQtWrapper_QTextCodecPlugin::names(QTextCodecPlugin* theWrappedObject) const { return theWrappedObject->names(); }