Namespaces
Variants
Actions
Revision as of 05:16, 28 January 2011 by r60600 (Talk | contribs)

Errors in code example of Nokia Qt SDK version 1.0

Jump to: navigation, search

There are 2 errors in code example of Nokia Qt SDK version 1.0.

The 1st is in file C:\NokiaQtSDK\Examples\4.6\statemachine\eventtransitions\main.cpp

. . .


111 #if defined(Q_OS_SYMBIAN);

112 window.showMaximized();

113 #else

. . .

There is a ";" at the end of line 111, which can't be there.


The 2nd is in file C:\NokiaQtSDK\Examples\4.6\richtext\orderform\main.cpp

. . .

53 windows.show();

. . .

and it should be

window.show();


And these 2 errors are not correctted in version 1.1.

116 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved