MCPcopy Create free account
hub / github.com/codestation/qcma / Database

Method Database

common/database.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51};
52
53Database::Database(QObject *obj_parent) :
54 QObject(obj_parent),
55 mutex()
56{
57}
58
59void Database::process()
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected