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