Hi, During my first steps with SIP I discovered that it accepts function parameters like
void example_function(const T&); but not void example_function(T const&); It would be nice if SIP supported this, too. Best Regards, Mathias Born _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
