amuse/Editor/SongGroupEditor.hpp
2018-07-13 20:06:33 -10:00

15 lines
270 B
C++

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