Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
4.8.5
-
None
-
Using qtcreator 3.0.1 and the precompiled libs that come with this BB10 NDK: "momentics-2.0-201310251201-linux.gtk.x86.bin" on a Fedora20_64 box.
The testing was done on an actual Q10 device with OS 10.2.1.537
Description
QSettings no longer works on BB10 Q10 using the built in libs.
Mysteriously, if you comment out the setOrganizationName and Domain from main.cpp and the set path (QCoreApplication::applicationDirPath();
settings.setPath(QSettings::NativeFormat, QSettings::UserScope, str) part from the save routine, qsettings will create and find the conf file but then group storing is broken. Only the uppermost variable in a group list will be stored and the rest are ignored...
This all worked fine before when I was testing on the playbook and my same code works on Android, linux, windows, etc etc..
I have attached a small example.
Attachments
Issue Links
- depends on
-
QTBUG-37198 QSettings initialization is not correct for QSettings::UserScope
- Closed