This commit is contained in:
2026-02-10 16:28:28 +03:00
parent 2cce331a67
commit ed7de8af4e
35 changed files with 418 additions and 358 deletions

View File

@@ -5,6 +5,8 @@ CfiController::CfiController(UpdateController* updateController, QObject *parent
updateController(updateController),
germanLocale(nullptr)
{
qDebug() << "CfiController init thread ID " << QThread::currentThreadId();
germanLocale = new QLocale(QLocale::German);
}