Nut/tests/auto/tst_quuid/testdatabase.cpp

9 lines
157 B
C++
Raw Normal View History

2018-07-12 14:47:41 +08:00
#include "testdatabase.h"
#include "test.h"
TestDatabase::TestDatabase(QObject *parent)
: Database(parent), m_tests(new Nut::TableSet<Test>(this))
{
}