Integrate all code inside a namespace

This commit is contained in:
baydam
2016-03-16 18:05:47 +00:00
parent 4564c269b0
commit b375367811
73 changed files with 290 additions and 20 deletions
+3
View File
@@ -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