mirror of
https://github.com/AxioDL/amuse.git
synced 2025-10-05 01:19:46 +00:00
8 lines
113 B
C++
8 lines
113 B
C++
#include "SoundMacroEditor.hpp"
|
|
|
|
SoundMacroEditor::SoundMacroEditor(QWidget* parent)
|
|
: EditorWidget(parent)
|
|
{
|
|
|
|
}
|