mirror of
https://github.com/AxioDL/amuse.git
synced 2025-08-15 00:19:11 +00:00
8 lines
145 B
C++
8 lines
145 B
C++
#include "SongGroupEditor.hpp"
|
|
|
|
SongGroupEditor::SongGroupEditor(ProjectModel::SongGroupNode* node, QWidget* parent)
|
|
: EditorWidget(parent)
|
|
{
|
|
|
|
}
|