This repository has been archived on 2020-12-30. You can view files and clone it, but cannot push or open issues or pull requests.
NetworkPacketComposer/abstractguidededitormodel.cpp

8 lines
134 B
C++
Raw Normal View History

2015-09-06 18:57:18 +02:00
#include "abstractguidededitormodel.h"
AbstractGuidedEditorModel::AbstractGuidedEditorModel(QObject *parent) : QObject(parent)
{
}