#include "PythonQtWrapper_QStyleOptionRubberBand.h" #include #include #include QStyleOptionRubberBand* PythonQtWrapper_QStyleOptionRubberBand::new_QStyleOptionRubberBand() { return new QStyleOptionRubberBand(); } QStyleOptionRubberBand* PythonQtWrapper_QStyleOptionRubberBand::new_QStyleOptionRubberBand(const QStyleOptionRubberBand& other) { return new QStyleOptionRubberBand(other); }