7 lines
100 B
C++
7 lines
100 B
C++
|
#include "statementmodel.h"
|
||
|
|
||
|
StatementModel::StatementModel(QObject *parent) : QObject(parent)
|
||
|
{
|
||
|
|
||
|
}
|