[Interest] QSettings mystery
Nuno Santos
nunosantos at imaginando.pt
Wed Dec 3 17:15:47 CET 2014
Hum… interesting. I will try it.
One more question. While i’m targeting this app to iOS and Android, the main development is made on the computer to accelerate development.
One curious fact is that the file is pointing to the bundle identifier com.imaginando.lk.LK.plist but I don’t have that defined anywhere for the computer version. At least I would have something similar to the iOS version. How can Qt be assuming this?
Regards,
Nuno
> On 03 Dec 2014, at 16:12, Samuel Gaist <samuel.gaist at edeltech.ch> wrote:
>
> Hi,
>
> If the system didn't change since last version, the preferences are cached by cfprefsd, so you have to call "defaults delete [your bundle identifier]" on the command line.
>
> If that doesn't work, you'll have to kill cfprefsd. Beware to only kill the one for your user.
>
> Hope it helps
>
> Samuel
>
> On 3 déc. 2014, at 17:00, Nuno Santos <nunosantos at imaginando.pt> wrote:
>
>> Hi,
>>
>> I’m being faced with a mystery.
>>
>> I’m using QSettings to save my application settings and I have used the filename method to find the path to the file where the settings are being saved.
>>
>> After deleting the file and starting the app again, there are settings persisting. I have already tried to find other possible locations for the file without success.
>>
>> Does anyone has a clue of what might be happening here? I’m on Mac OS X 10.10.1
>>
>> Thanks,
>>
>> Nuno
>>
>>
>> _______________________________________________
>> Interest mailing list
>> Interest at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
>>
>
More information about the Interest
mailing list