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

rm include polyitem

parent 7d0072b3
No related branches found
No related tags found
1 merge request!2636minor
......@@ -20,6 +20,7 @@
#include "Device/Mask/Rectangle.h"
#include "GUI/Model/Mask/PointItem.h"
#include "GUI/Model/Util/Backup.h"
#include "GUI/Model/Util/UtilXML.h"
#include <QRegularExpression>
namespace {
......
......@@ -18,6 +18,7 @@
#include "Base/Type/OwningVector.h"
#include "GUI/Model/Descriptor/DoubleProperty.h"
#include "GUI/Model/Mask/OverlayItem.h"
#include <QXmlStreamReader>
class IShape2D;
class PointItem;
......
......@@ -14,6 +14,7 @@
#include "GUI/Model/Mask/PointItem.h"
#include "GUI/Model/Util/Backup.h"
#include "GUI/Model/Util/UtilXML.h"
#include <QRegularExpression>
PointItem::PointItem()
......
......@@ -17,8 +17,8 @@
#include "Base/Type/OwningVector.h"
#include "GUI/Model/Descriptor/DoubleProperty.h"
#include "GUI/Model/Descriptor/PolyItem.h"
#include "GUI/Model/Mask/OverlayItem.h"
#include <QXmlStreamReader>
class PointItem : public OverlayItem {
public:
......
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