Trolltech Home | QSA-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

QSA-interest Archive, January 2007
super()


Message 1 in thread

Hello,

I've just started using qsa and I wanted to check about the keyword super().
The documentation says that I can use this from a contructor to call the
superconstructor, yet when I try to do that I get a parse error. Has this
feature been removed? Also, is someone able to confirm that I can't call an
overridden method in the super class using super.methodname()?

If I'm not doing anything stupid, does anyone know if these features will be
included in the new qtscript?

Thanks alot,

Guy