mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-01 13:09:36 +02:00
Replaced Shape by MShape to avoid name conflicts.
This commit is contained in:
2
Util.cpp
2
Util.cpp
@@ -165,7 +165,7 @@ void drawControlsVertex(QPainter* painter, const QPointF& vertex, bool selected,
|
||||
painter->drawLine( vertex + QPointF(offset, -offset), vertex + QPointF(-offset, offset) );
|
||||
}
|
||||
|
||||
void drawControlsVertices(QPainter* painter, const QList<int>* selectedVertices, const Shape& shape)
|
||||
void drawControlsVertices(QPainter* painter, const QList<int>* selectedVertices, const MShape& shape)
|
||||
{
|
||||
if (!selectedVertices)
|
||||
for (int i=0; i<shape.nVertices(); i++)
|
||||
|
||||
Reference in New Issue
Block a user