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

Method CDatabase

Src/Database/Database.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include "ParameterDatabase.h"
17static Q_LOGGING_CATEGORY(log, "DB")
18CDatabase::CDatabase(QObject *parent)
19 : QObject{parent}
20 , m_MinVersion("0.1.0")
21 , m_pPara(nullptr)
22 , m_bOwner(false)
23{
24 qDebug(log) << Q_FUNC_INFO;
25}
26
27CDatabase::~CDatabase()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected