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

+ MasksSet::maskItems()

parent bdaaf11b
No related branches found
No related tags found
1 merge request!2373J.2
......@@ -33,6 +33,7 @@ public:
virtual ~MasksSet();
QVector<MaskItem*> maskItemsQ() const;
const std::vector<MaskItem*>& maskItems() const { return m_mask_items.shared(); }
//! Insert mask at given row.
void insertMask(int row, MaskItem* maskItem);
......
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