MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / CManager

Method CManager

Src/Manager.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40static Q_LOGGING_CATEGORY(log, "Manager")
41
42CManager::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
50CManager::~CManager()
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected