mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
cfiController 1 + fix bug BUSY FREE not for Unity
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <QObject>
|
||||
#include <QMutex>
|
||||
#include <QLocale>
|
||||
#include "updatecontroller.h"
|
||||
#include "cfiobject.h"
|
||||
|
||||
@@ -30,6 +31,8 @@ private:
|
||||
QMutex mtxAccess;
|
||||
|
||||
QList<CfiObject> listCfiObjects;
|
||||
|
||||
QLocale* germanLocale;
|
||||
};
|
||||
|
||||
#endif // CFICONTROLLER_H
|
||||
|
||||
Reference in New Issue
Block a user