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

Missing bracket in code

Open bartplovie opened this issue 10 years ago • 0 comments

back-link: ch02/index.html#get-started

Under "Desktop Widgets" the code contains a small mistake at first glance: explicit CustomWidgetQWidget *parent = 0); Should be: explicit CustomWidget(QWidget *parent = 0);

bartplovie avatar Aug 09 '14 11:08 bartplovie