Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 1.1.x, 1.2.0
-
Fix Version/s: None
-
Component/s: Sensors
-
Labels:None
-
Environment:Harmattan, Meego, Maemo 5
Description
As an developer I'd like to be able to read the orientation in which the device is rotated when my application is started.
I think it should be possible by QOrientationSensor::reading()->orientation();
Expected outcome:
Current Orientation
Actual outcome:
OrientationReading is null. Only after you rotated the device once than it returns correct orientation.