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

rm 'virtual'

parent 872d7c47
No related branches found
No related tags found
1 merge request!2369prefer QVector over QList; rename some catalogs; cleanup
......@@ -29,7 +29,7 @@ class RegionOfInterestItem;
class MasksSet {
public:
MasksSet();
virtual ~MasksSet();
~MasksSet();
QVector<MaskItem*> modifiableMaskItems() const;
QVector<const MaskItem*> maskItems() const;
......
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