Fix duplicate User Types

This commit is contained in:
wandererfan
2019-04-17 19:55:20 -04:00
committed by WandererFan
parent f7a1705c58
commit b34b029e29
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ public:
explicit QGIDimLines();
~QGIDimLines() {}
enum {Type = QGraphicsItem::UserType + 172};
enum {Type = QGraphicsItem::UserType + 175};
int type() const { return Type;}
public:

View File

@@ -36,6 +36,7 @@ QGICMark: 171
QGISectionLine: 172
QGIDecoration: 173
QGICenterLine: 174
QGIDimLines: 175
QGICaption: 180
QGIViewImage: 200
QGCustomImage: 201