qt5-cadaques
qt5-cadaques copied to clipboard
Syntax error in Desktop Widgets code sample
back-link: ch02/index.html#widget-application
its a simple typo but good to fix for some copy - past coder ;)
in header file
you have :
explicit CustomWidgetQWidget *parent = 0);
should be
explicit CustomWidget(QWidget *parent = 0);