7 lines
84 B
C++
7 lines
84 B
C++
|
|
#include "test.h"
|
||
|
|
|
||
|
|
Test::Test(QObject *parentTableSet) : Table(parentTableSet)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|