MCPcopy Create free account
hub / github.com/QuiteRSS/quiterss / ~SQLiteResult

Method ~SQLiteResult

3rdparty/sqlitex/sqlitedriver.cpp:311–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311SQLiteResult::~SQLiteResult()
312{
313 const SQLiteDriver * sqlDriver = qobject_cast<const SQLiteDriver *>(driver());
314 if (sqlDriver)
315 sqlDriver->d->results.removeOne(this);
316 d->cleanup();
317 delete d;
318}
319
320void SQLiteResult::virtual_hook(int id, void *data)
321{

Callers

nothing calls this directly

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected