You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: