RedPanda-CPP/RedPandaIDE/editorlist.cpp

7 lines
88 B
C++
Raw Normal View History

2021-04-06 23:10:57 +08:00
#include "editorlist.h"
EditorList::EditorList(QObject *parent) : QObject(parent)
{
}