mirror of https://github.com/AxioDL/amuse.git
8 lines
105 B
C++
8 lines
105 B
C++
|
#include "SongGroupEditor.hpp"
|
||
|
|
||
|
SongGroupEditor::SongGroupEditor(QWidget* parent)
|
||
|
: QWidget(parent)
|
||
|
{
|
||
|
|
||
|
}
|