MCPcopy Create free account
hub / github.com/codestation/qcma / ~SQLiteDB

Method ~SQLiteDB

common/sqlitedb.cpp:163–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163SQLiteDB::~SQLiteDB()
164{
165 db.close();
166 timer->stop();
167 delete timer;
168 thread->quit();
169 thread->wait();
170 delete thread;
171}
172
173
174void SQLiteDB::setUUID(const QString &uuid)

Callers

nothing calls this directly

Calls 2

closeMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected