Re: [Interest] QSettings doesn't save settings

2016-02-11 Thread Thiago Macieira
On quinta-feira, 11 de fevereiro de 2016 09:50:58 PST Israel Brewster wrote: > QSettings settings("israelbrewster","epunchclockstd"); > > and then use it. However, even if I call sync(), no settings file is ever > created, and every time I create a settings object, I get an empty one - > none of t

Re: [Interest] QSettings doesn't save settings

2016-02-11 Thread Israel Brewster
On Feb 11, 2016, at 9:50 AM, Israel Brewster wrote: > > I have an app I built using Qt 5.5.1 on Mac OS X 10.11.1 (and perhaps other > versions, but that's where I'm testing), which is sandboxed. When I run the > app, it creates the sandbox directory just fine, however QSettings never > creates

[Interest] QSettings doesn't save settings

2016-02-11 Thread Israel Brewster
I have an app I built using Qt 5.5.1 on Mac OS X 10.11.1 (and perhaps other versions, but that's where I'm testing), which is sandboxed. When I run the app, it creates the sandbox directory just fine, however QSettings never creates the settings file. I am using QSettings at its most basic form, th