7 lines
95 B
C++
7 lines
95 B
C++
|
|
#include "sampletable.h"
|
||
|
|
|
||
|
|
SampleTable::SampleTable(QObject *parent) : Nut::Table (parent)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|