summaryrefslogtreecommitdiff
path: root/src/graphicsscene.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsscene.h')
-rw-r--r--src/graphicsscene.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/graphicsscene.h b/src/graphicsscene.h
index 289deba..1c50c78 100644
--- a/src/graphicsscene.h
+++ b/src/graphicsscene.h
@@ -30,4 +30,8 @@ private:
QGraphicsLineItem* m_actualRangeItem{nullptr};
QGraphicsPolygonItem* m_desiredRangeAreaItem{nullptr};
QGraphicsPolygonItem* m_actualRangeAreaItem{nullptr};
+
+ // debug
+ QGraphicsEllipseItem* m_sensorLenseIntersectionItem{nullptr};
+ QGraphicsEllipseItem* m_lenseLaserIntersectionItem{nullptr};
};