mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 09:57:13 +02:00
add org and app info to AC for settings ini
This commit is contained in:
parent
f20808b47f
commit
61fcfd17e3
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ AssignmentClient::AssignmentClient(int &argc, char **argv) :
|
||||||
QCoreApplication(argc, argv),
|
QCoreApplication(argc, argv),
|
||||||
_currentAssignment(NULL)
|
_currentAssignment(NULL)
|
||||||
{
|
{
|
||||||
|
setOrganizationName("High Fidelity");
|
||||||
|
setOrganizationDomain("highfidelity.io");
|
||||||
|
setApplicationName("assignment-client");
|
||||||
|
QSettings::setDefaultFormat(QSettings::IniFormat);
|
||||||
|
|
||||||
// register meta type is required for queued invoke method on Assignment subclasses
|
// register meta type is required for queued invoke method on Assignment subclasses
|
||||||
|
|
||||||
// set the logging target to the the CHILD_TARGET_NAME
|
// set the logging target to the the CHILD_TARGET_NAME
|
||||||
|
|
Loading…
Reference in a new issue