mirror of
https://github.com/AxioDL/amuse.git
synced 2025-08-06 20:25:35 +00:00
13 lines
204 B
C++
13 lines
204 B
C++
#include "SoundGroupEditor.hpp"
|
|
|
|
bool SoundGroupEditor::loadData(ProjectModel::SoundGroupNode* node)
|
|
{
|
|
return false;
|
|
}
|
|
|
|
SoundGroupEditor::SoundGroupEditor(QWidget* parent)
|
|
: EditorWidget(parent)
|
|
{
|
|
|
|
}
|