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:
@@ -22,6 +22,8 @@
|
||||
|
||||
#include "MainWindow.h"
|
||||
|
||||
MM_BEGIN_NAMESPACE
|
||||
|
||||
ShapeGraphicsItem::ShapeGraphicsItem(Mapping::ptr mapping, bool output)
|
||||
: _mapping(mapping), _output(output)
|
||||
{
|
||||
@@ -597,3 +599,4 @@ void EllipseTextureGraphicsItem::_doDrawOutput(QPainter* painter)
|
||||
}
|
||||
}
|
||||
|
||||
MM_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user