From Qt docs:
If
QCoreApplication::setOrganizationName()
andQCoreApplication::setApplicationName()
has not been previously called, theQSettings
object will not be able to read or write any settings, andstatus()
will returnAccessError
.
Fixes #799.