Nut/__tests/auto/tst_datetime/sampletable.cpp

7 lines
95 B
C++
Raw Normal View History

2023-02-20 22:54:33 +08:00
#include "sampletable.h"
SampleTable::SampleTable(QObject *parent) : Nut::Table (parent)
{
}