mirror of
https://github.com/AxioDL/amuse.git
synced 2025-09-02 00:38:38 +00:00
13 lines
184 B
C++
13 lines
184 B
C++
#include "LayersEditor.hpp"
|
|
|
|
bool LayersEditor::loadData(ProjectModel::LayersNode* node)
|
|
{
|
|
return false;
|
|
}
|
|
|
|
LayersEditor::LayersEditor(QWidget* parent)
|
|
: EditorWidget(parent)
|
|
{
|
|
|
|
}
|