| 6 | #include <QTest> |
| 7 | |
| 8 | FakeDatabaseWorker::FakeDatabaseWorker(const QString &dbFile) : |
| 9 | DatabaseWorker(dbFile, QLatin1String("TestDB")), |
| 10 | m_entries() |
| 11 | { |
| 12 | } |
| 13 | |
| 14 | FakeDatabaseWorker::~FakeDatabaseWorker() |
| 15 | { |
nothing calls this directly
no outgoing calls
no test coverage detected