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
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
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