RedPanda-CPP/RedPandaIDE/parser/statementmodel.cpp

7 lines
100 B
C++
Raw Normal View History

2021-08-05 23:13:21 +08:00
#include "statementmodel.h"
StatementModel::StatementModel(QObject *parent) : QObject(parent)
{
}