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
@@ -20,6 +20,8 @@
#include "MappingGui.h"
MM_BEGIN_NAMESPACE
MappingGui::MappingGui(Mapping::ptr mapping)
: _mapping(mapping),
_graphicsItem(NULL),
@@ -391,3 +393,4 @@ EllipseTextureMappingGui::EllipseTextureMappingGui(QSharedPointer<TextureMapping
_inputGraphicsItem.reset(new EllipseTextureGraphicsItem(_mapping, false));
}
MM_END_NAMESPACE