mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Explicitely wrote namespace in file instead of using MM_*_NAMESPACE (related to #278).
This commit is contained in:
+2
-2
@@ -25,7 +25,7 @@
|
||||
#include "MainWindow.h"
|
||||
#include <QVariant>
|
||||
|
||||
MM_BEGIN_NAMESPACE
|
||||
namespace mmp {
|
||||
|
||||
const QString OscInterface::OSC_ROOT("mapmap");
|
||||
const QString OscInterface::OSC_PAINT("paint");
|
||||
@@ -311,6 +311,6 @@ bool OscInterface::setElementProperty(const QSharedPointer<Element>& elem, const
|
||||
}
|
||||
}
|
||||
|
||||
MM_END_NAMESPACE
|
||||
}
|
||||
|
||||
#endif // HAVE_OSC
|
||||
|
||||
Reference in New Issue
Block a user