Lots of foundational work for Amuse editor

This commit is contained in:
Jack Andersen
2018-07-13 20:06:33 -10:00
parent 1e8b6e599c
commit 4c884d019d
47 changed files with 4202 additions and 2044 deletions

View File

@@ -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: