#include "PythonQtWrapper_QIconEnginePluginV2.h" #include #include #include #include #include #include QIconEngineV2* PythonQtWrapper_QIconEnginePluginV2::create(QIconEnginePluginV2* theWrappedObject, const QString& filename) { return theWrappedObject->create(filename); } QStringList PythonQtWrapper_QIconEnginePluginV2::keys(QIconEnginePluginV2* theWrappedObject) const { return theWrappedObject->keys(); }