summaryrefslogtreecommitdiffstats
path: root/src/common-lib/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common-lib/global.h')
-rw-r--r--src/common-lib/global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common-lib/global.h b/src/common-lib/global.h
index 18d35061..a1fcb806 100644
--- a/src/common-lib/global.h
+++ b/src/common-lib/global.h
@@ -47,7 +47,8 @@
#define QT_USE_NAMESPACE_AM using namespace QtAM;
#define QT_PREPEND_NAMESPACE_AM(name) QtAM::name
-QT_BEGIN_NAMESPACE_AM // make sure the namespace exists
+QT_BEGIN_NAMESPACE_AM
+// make sure the namespace exists
QT_END_NAMESPACE_AM
// make the source a lot less ugly and more readable (until we can finally use user defined literals)