amuse/Editor/LayersEditor.cpp
2018-07-25 17:41:48 -10:00

13 lines
184 B
C++

#include "LayersEditor.hpp"
bool LayersEditor::loadData(ProjectModel::LayersNode* node)
{
return false;
}
LayersEditor::LayersEditor(QWidget* parent)
: EditorWidget(parent)
{
}