Minor typo in L1 Slides
-
wrote on 5 Aug 2010, 07:05 last edited by
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;@ -
wrote on 5 Aug 2010, 12:35 last edited by
@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.. ;-)
-
wrote on 5 Aug 2010, 15:53 last edited by
Great! Your right, I have at least one more :) I'll add it to the wiki page
2/3