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
+4
View File
@@ -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