mirror of
https://github.com/AxioDL/amuse.git
synced 2025-08-10 22:19:22 +00:00
8 lines
133 B
C++
8 lines
133 B
C++
#include "LayersEditor.hpp"
|
|
|
|
LayersEditor::LayersEditor(ProjectModel::LayersNode* node, QWidget* parent)
|
|
: EditorWidget(parent)
|
|
{
|
|
|
|
}
|