amuse/Editor/SoundMacroEditor.hpp

15 lines
275 B
C++
Raw Normal View History

#ifndef AMUSE_SOUND_MACRO_EDITOR_HPP
#define AMUSE_SOUND_MACRO_EDITOR_HPP
#include "EditorWidget.hpp"
class SoundMacroEditor : public EditorWidget
{
Q_OBJECT
public:
explicit SoundMacroEditor(QWidget* parent = Q_NULLPTR);
};
#endif //AMUSE_SOUND_MACRO_EDITOR_HPP