MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / TestDatabaseWrapper

Method TestDatabaseWrapper

test/src/TestDatabaseWrapper.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 namespace database {
19
20 TestDatabaseWrapper::TestDatabaseWrapper(DatabasePointerAuthority const* databasePointerAuthority) : DatabaseWrapper(databasePointerAuthority) {
21 m_connectionType = Qt::ConnectionType::DirectConnection;
22 }
23
24 TestDatabaseWrapper::TestDatabaseWrapper(TestDatabaseWrapper const& other) : DatabaseWrapper(other) {
25 m_connectionType = Qt::ConnectionType::DirectConnection;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected