I've noticed a couple of tricky typos in the example application documentation :
- QMainWIndow should be QMainWindow throughout
- In HelloWidget::createMenus(), menubar() should be menuBar() and triggerre() should be triggered()
Sam Dutton
I've noticed a couple of tricky typos in the example application documentation :
- QMainWIndow should be QMainWindow throughout
- In HelloWidget::createMenus(), menubar() should be menuBar() and triggerre() should be triggered()
Sam Dutton
Last edited by samdutton; 2009-01-26 at 15:00.
Noted. Thanks for the feedback!
-- Lucian