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