Skip to content
Snippets Groups Projects
Commit d1bed7fc authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by Wuttke, Joachim
Browse files

OverlayItem inherit NamedItem

parent c1a524d9
No related branches found
No related tags found
1 merge request!2441MasksSet inherits SetWithModel
...@@ -15,11 +15,12 @@ ...@@ -15,11 +15,12 @@
#ifndef BORNAGAIN_GUI_MODEL_MASK_OVERLAYITEM_H #ifndef BORNAGAIN_GUI_MODEL_MASK_OVERLAYITEM_H
#define BORNAGAIN_GUI_MODEL_MASK_OVERLAYITEM_H #define BORNAGAIN_GUI_MODEL_MASK_OVERLAYITEM_H
#include "GUI/Model/Type/NamedItem.h"
#include <QObject> #include <QObject>
//! Something to be shown as overlay in a graphics scene. Base class for point and mask items. //! Something to be shown as overlay in a graphics scene. Base class for point and mask items.
class OverlayItem : public QObject { class OverlayItem : public QObject, public NamedItem {
Q_OBJECT Q_OBJECT
public: public:
explicit OverlayItem(); explicit OverlayItem();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment