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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user