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