amuse/Editor/LayersEditor.cpp

8 lines
96 B
C++

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