Hi all,
I am trying to bind a class that has an instance of QTimer, which is a
protected member. When run shiboken on it the generated wrapper.h file contains
a setter method for this.
inline void protected_mTimer_setter(QTimer value) { VitalsPage::mTimer = value;
} //<- this is the generated line of code
Since, QTimer::operator= is private, the above line generates a compiletime
error. How to fix this?
Thanks,
Dhruv
_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside