mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
fix comment
This commit is contained in:
parent
d201f7791e
commit
11eb073bcf
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ namespace Setting {
|
||||||
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 it's own thread
|
// Let's set up the settings Private instance on its own thread
|
||||||
QThread* thread = new QThread();
|
QThread* thread = new QThread();
|
||||||
Q_CHECK_PTR(thread);
|
Q_CHECK_PTR(thread);
|
||||||
thread->setObjectName("Settings Thread");
|
thread->setObjectName("Settings Thread");
|
||||||
|
|
Loading…
Reference in a new issue