#include "PythonQtWrapper_QTimerEvent.h" #include #include #include #include QTimerEvent* PythonQtWrapper_QTimerEvent::new_QTimerEvent(int timerId) { return new PythonQtShell_QTimerEvent(timerId); } int PythonQtWrapper_QTimerEvent::timerId(QTimerEvent* theWrappedObject) const { return ( theWrappedObject->timerId()); }