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