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 -2
View File
@@ -19,6 +19,8 @@
#include "MapperGLCanvasToolbar.h"
MM_BEGIN_NAMESPACE
MapperGLCanvasToolbar::MapperGLCanvasToolbar(MapperGLCanvas* canvas, QWidget* parent)
: QWidget(parent),
_canvas(canvas)
@@ -31,8 +33,6 @@ MapperGLCanvasToolbar::MapperGLCanvasToolbar(MapperGLCanvas* canvas, QWidget* pa
// Disable zoom tool buttons
enableZoomToolBar(false);
}
MapperGLCanvasToolbar::~MapperGLCanvasToolbar() {
@@ -146,3 +146,4 @@ void MapperGLCanvasToolbar::updateDropdownMenu()
_dropdownMenu->setCurrentText(zoomFactor);
}
MM_END_NAMESPACE