mirror of
https://github.com/AxioDL/amuse.git
synced 2025-08-15 16:39:22 +00:00
8 lines
129 B
C++
8 lines
129 B
C++
#include "CurveEditor.hpp"
|
|
|
|
CurveEditor::CurveEditor(ProjectModel::CurveNode* node, QWidget* parent)
|
|
: EditorWidget(parent)
|
|
{
|
|
|
|
}
|