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