mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 13:37:47 +00:00
Lots of foundational work for Amuse editor
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef AMUSE_SOUND_MACRO_EDITOR_HPP
|
||||
#define AMUSE_SOUND_MACRO_EDITOR_HPP
|
||||
|
||||
#include <QWidget>
|
||||
#include "EditorWidget.hpp"
|
||||
|
||||
class SoundMacroEditor : public QWidget
|
||||
class SoundMacroEditor : public EditorWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user