mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 13:37:47 +00:00
Initial SampleEditor
This commit is contained in:
@@ -127,7 +127,7 @@ class SoundMacroListing : public QWidget
|
||||
Q_OBJECT
|
||||
friend class CommandWidget;
|
||||
friend class SoundMacroEditor;
|
||||
std::shared_ptr<ProjectModel::SoundMacroNode> m_node;
|
||||
amuse::ObjToken<ProjectModel::SoundMacroNode> m_node;
|
||||
QVBoxLayout* m_layout;
|
||||
QLayoutItem* m_dragItem = nullptr;
|
||||
int m_origIdx = -1;
|
||||
|
||||
Reference in New Issue
Block a user