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:
+3
-2
@@ -20,6 +20,8 @@
|
||||
#include "ConsoleWindow.h"
|
||||
#include <QtWidgets>
|
||||
|
||||
MM_BEGIN_NAMESPACE
|
||||
|
||||
ConsoleWindow* ConsoleWindow::instance = NULL;
|
||||
|
||||
ConsoleWindow::ConsoleWindow(QWidget *parent) : QMainWindow(parent)
|
||||
@@ -137,5 +139,4 @@ ConsoleWindow::~ConsoleWindow()
|
||||
kill();
|
||||
}
|
||||
|
||||
|
||||
|
||||
MM_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user