| 40 | static Q_LOGGING_CATEGORY(log, "Manager") |
| 41 | |
| 42 | CManager::CManager(QObject *parent) : QObject(parent) |
| 43 | , m_FileVersion(1) //TODO: update version it if update data |
| 44 | , m_pHook(nullptr) |
| 45 | , m_pParameterPlugin(nullptr) |
| 46 | , m_pDatabaseFile(nullptr) |
| 47 | { |
| 48 | } |
| 49 | |
| 50 | CManager::~CManager() |
| 51 | { |
nothing calls this directly
no outgoing calls
no test coverage detected