Details
-
Bug
-
Status: Reported
-
Not Evaluated
-
Resolution: Unresolved
-
1.2.1
-
None
-
None
-
Harmattan PR1.0 and PR1.1, Nokia N9 & N950
Description
The currentProfileChanged signal is never sent on Harmattan (PR1.0 and PR1.1).
import QtMobility.systeminfo 1.2
DeviceInfo {
id: deviceInfo
onCurrentProfileChanged:
}
never prints anything on the console even if I change the device profile.
Did not try C++ but I assume it is the same there.