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
Under "Desktop Widgets" the code contains a small mistake at first glance:
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#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);
The text was updated successfully, but these errors were encountered: