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