mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Integrate undo infrastructure with SoundMacroEditor
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#include "SoundGroupEditor.hpp"
|
||||
|
||||
SoundGroupEditor::SoundGroupEditor(ProjectModel::SoundGroupNode* node, QWidget* parent)
|
||||
bool SoundGroupEditor::loadData(ProjectModel::SoundGroupNode* node)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
SoundGroupEditor::SoundGroupEditor(QWidget* parent)
|
||||
: EditorWidget(parent)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user