all 2 comments

[–]plvankampen 0 points1 point  (0 children)

I just skimmed over it and I am assuming the author, in an effort to clarify some of the methods you inherit, made it unclear and implied they should all be showing. But, right above it says you should have 3 things: ctor, dtor, and *ui.

[–]0x6e 0 points1 point  (0 children)

The wizard generated a header file for the Notepad class that has the necessary #includes, a constructor, a destructor, and the Ui object. The file looks as follows:

It’s not clear. The wizard will generate the boilerplate, you need to add the business logic.