Hello,

I've got problem. I'm using QSettings in my app and everything is ok when my app is running only ones. But when I run my app more than one, second (and next) app is reading settings from first app.
What should I do if I want run my app more than one and each running app need their own QSettings memory ?

Maybe I need change application name (or/and setOrganizationName) to random for every execution ?
Qt Code:
  1. QCoreApplication::setApplicationName("xyz-random");
To copy to clipboard, switch view to plain text mode