Namespaces
Variants
Actions

Errors in code example of Nokia Qt SDK version 1.0

Jump to: navigation, search
Article Metadata

Article
Created: r60600 (23 Nov 2010)
Last edited: hamishwillee (23 Jul 2012)

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.

This page was last modified on 23 July 2012, at 10:55.
130 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