mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Integrate all code inside a namespace
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include "ShapeControlPainter.h"
|
||||
|
||||
MM_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
ShapeControlPainter::ShapeControlPainter(ShapeGraphicsItem* shapeItem)
|
||||
: _shapeItem(shapeItem)
|
||||
@@ -100,3 +102,4 @@ void MeshControlPainter::_paintShape(QPainter *painter, MapperGLCanvas* canvas)
|
||||
painter->drawPolygon(_shapeItem->mapFromScene(mesh->toPolygon()));
|
||||
}
|
||||
|
||||
MM_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user