#ifndef AMUSE_LAYERS_EDITOR_HPP #define AMUSE_LAYERS_EDITOR_HPP #include class LayersEditor : public QWidget { Q_OBJECT public: explicit LayersEditor(QWidget* parent = Q_NULLPTR); }; #endif //AMUSE_LAYERS_EDITOR_HPP