mirror of https://github.com/AxioDL/amuse.git
8 lines
129 B
C++
8 lines
129 B
C++
|
#include "CurveEditor.hpp"
|
||
|
|
||
|
CurveEditor::CurveEditor(ProjectModel::CurveNode* node, QWidget* parent)
|
||
|
: EditorWidget(parent)
|
||
|
{
|
||
|
|
||
|
}
|