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:
@@ -20,6 +20,8 @@
|
||||
#include "ProjectWriter.h"
|
||||
#include <sstream>
|
||||
|
||||
MM_BEGIN_NAMESPACE
|
||||
|
||||
ProjectWriter::ProjectWriter(MainWindow *window) :
|
||||
_window(window)
|
||||
{
|
||||
@@ -62,3 +64,5 @@ bool ProjectWriter::writeFile(QIODevice *device)
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
MM_END_NAMESPACE
|
||||
Reference in New Issue
Block a user