Minor typo in L1 Slides
-
I found a typo in the L1 slides. I'm not sure where to report this so I decided to do a post in this forum.
On page 5 it says:
@QObject *o = new QPustButton;@
I'm sure it should be:
@QObject *o = new QPushButton;@ -
@mario: Thanks - well spotted!
I have now added this to the newly created "wiki-page for typos etc. in the Qt in Education Course Material":http://developer.qt.nokia.com/wiki/Typos_and_Corrections_to_the_Qt_in_Education_Course_Material. So now we have a place for collecting such feedback. Feel free to add other things you find. I'm (unfortunately) sure there is more.. ;-)
-
Great! Your right, I have at least one more :) I'll add it to the wiki page
1/3