mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 06:44:55 +02:00
oops
This commit is contained in:
parent
086b9d404a
commit
2086a25f93
1 changed files with 6 additions and 6 deletions
|
@ -39,12 +39,12 @@ namespace Setting {
|
||||||
void init() {
|
void init() {
|
||||||
// read the ApplicationInfo.ini file for Name/Version/Domain information
|
// read the ApplicationInfo.ini file for Name/Version/Domain information
|
||||||
QSettings::setDefaultFormat(QSettings::IniFormat);
|
QSettings::setDefaultFormat(QSettings::IniFormat);
|
||||||
// QSettings applicationInfo(PathUtils::resourcesPath() + "info/ApplicationInfo.ini", QSettings::IniFormat);
|
QSettings applicationInfo(PathUtils::resourcesPath() + "info/ApplicationInfo.ini", QSettings::IniFormat);
|
||||||
// // set the associated application properties
|
// set the associated application properties
|
||||||
// applicationInfo.beginGroup("INFO");
|
applicationInfo.beginGroup("INFO");
|
||||||
// QCoreApplication::setApplicationName(applicationInfo.value("name").toString());
|
QCoreApplication::setApplicationName(applicationInfo.value("name").toString());
|
||||||
// QCoreApplication::setOrganizationName(applicationInfo.value("organizationName").toString());
|
QCoreApplication::setOrganizationName(applicationInfo.value("organizationName").toString());
|
||||||
// QCoreApplication::setOrganizationDomain(applicationInfo.value("organizationDomain").toString());
|
QCoreApplication::setOrganizationDomain(applicationInfo.value("organizationDomain").toString());
|
||||||
|
|
||||||
// Let's set up the settings Private instance on its own thread
|
// Let's set up the settings Private instance on its own thread
|
||||||
QThread* thread = new QThread();
|
QThread* thread = new QThread();
|
||||||
|
|
Loading…
Reference in a new issue