mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-10 09:40:41 +02:00
Integrate all code inside a namespace
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
#include "MainWindow.h"
|
||||
|
||||
MM_BEGIN_NAMESPACE
|
||||
|
||||
OutputGLWindow:: OutputGLWindow(QWidget* parent, const MapperGLCanvas* canvas_) : QDialog(parent)
|
||||
{
|
||||
resize(MainWindow::OUTPUT_WINDOW_MINIMUM_WIDTH, MainWindow::OUTPUT_WINDOW_MINIMUM_HEIGHT);
|
||||
@@ -127,3 +129,5 @@ void OutputGLWindow::setFullScreen(bool fullscreen)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
MM_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user