amuse/Editor/SampleEditor.cpp

8 lines
101 B
C++

#include "SampleEditor.hpp"
SampleEditor::SampleEditor(QWidget* parent)
: EditorWidget(parent)
{
}