Set correct organization name.

This commit is contained in:
codestation
2015-02-27 10:09:00 -04:30
parent d233ace392
commit c43b234919

View File

@@ -106,7 +106,7 @@ int main(int argc, char *argv[])
qDebug("Starting main thread: 0x%016" PRIxPTR, (uintptr_t)QThread::currentThreadId()); qDebug("Starting main thread: 0x%016" PRIxPTR, (uintptr_t)QThread::currentThreadId());
// set the organization/application for QSettings to work properly // set the organization/application for QSettings to work properly
app.setOrganizationName("qcma"); app.setOrganizationName("codestation");
app.setApplicationName("qcma"); app.setApplicationName("qcma");
HeadlessManager manager; HeadlessManager manager;