mirror of
https://github.com/AxioDL/amuse.git
synced 2025-08-08 21:19:24 +00:00
8 lines
110 B
C++
8 lines
110 B
C++
#include "SongGroupEditor.hpp"
|
|
|
|
SongGroupEditor::SongGroupEditor(QWidget* parent)
|
|
: EditorWidget(parent)
|
|
{
|
|
|
|
}
|