qt5-cadaques icon indicating copy to clipboard operation
qt5-cadaques copied to clipboard

Syntax error in Desktop Widgets code sample

Open zeroth opened this issue 10 years ago • 0 comments

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);

zeroth avatar Jul 16 '14 05:07 zeroth