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:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "MetaObjectRegistry.h"
|
||||
|
||||
MM_BEGIN_NAMESPACE
|
||||
namespace mmp {
|
||||
|
||||
MetaObjectRegistry& MetaObjectRegistry::instance()
|
||||
{
|
||||
@@ -33,4 +33,4 @@ const QMetaObject* MetaObjectRegistry::getMetaObject(QString className) const
|
||||
return (it == metaObjectLookup.constEnd() ? 0 : *it);
|
||||
}
|
||||
|
||||
MM_END_NAMESPACE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user