Hi,
I upgraded my phone OS from Symbian Belle to Nokia Belle FP1. My screen orientation lock stopped working and now the app rotates with the phone. My code earlier worked fine on Symbian Belle and other predecessors.
viewer = new QmlApplicationViewer();
viewer->setOrientation(QmlApplicationViewer::ScreenOrientationLockPortrait);
and in my pro file, I define:
DEFINES += ORIENTATIONLOCK
What could I be missing?
Thanks
mots



