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:
@@ -22,6 +22,8 @@
|
||||
#include "MainWindow.h"
|
||||
#include <iostream>
|
||||
|
||||
MM_BEGIN_NAMESPACE
|
||||
|
||||
PreferencesDialog::PreferencesDialog(MainWindow* mainWindow, QWidget* parent) :
|
||||
QDialog(parent)
|
||||
{
|
||||
@@ -85,3 +87,5 @@ void PreferencesDialog::accept_cb()
|
||||
this->close();
|
||||
}
|
||||
|
||||
|
||||
MM_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user