mirror of
https://github.com/AxioDL/amuse.git
synced 2025-07-01 10:53:36 +00:00
13 lines
199 B
C++
13 lines
199 B
C++
#include "SongGroupEditor.hpp"
|
|
|
|
bool SongGroupEditor::loadData(ProjectModel::SongGroupNode* node)
|
|
{
|
|
return false;
|
|
}
|
|
|
|
SongGroupEditor::SongGroupEditor(QWidget* parent)
|
|
: EditorWidget(parent)
|
|
{
|
|
|
|
}
|