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

Syntax error in Drawing Shapes code sample

Open zeroth opened this issue 10 years ago • 0 comments

back-link: ch02/index.html#widget-application

Another typo in Drawing Shapes cpp file you have :

include "customwidgetv2.h"

CustomWidget::CustomWidget(QWidget *parent) : QWidget(parent) {

should be :

include "customwidgetv2.h"

CustomWidgetV2::CustomWidgetV2(QWidget *parent) : QWidget(parent) {

zeroth avatar Jul 16 '14 05:07 zeroth