summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatypeswitcher_p.h
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2011-11-15 11:23:33 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-16 11:56:48 +0100
commit91af3336344548d7540a3e6296879d7132eb0c55 (patch)
tree67b28fa799064bca8fa726144335c9173f66335c /src/corelib/kernel/qmetatypeswitcher_p.h
parent4dc390e66fefc850cf84292549285a359e2ad8e6 (diff)
Fix Qt namespace compilation.
Change-Id: I259b5fde8e4d75d28def8650c4c9208accdf0bbe Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src/corelib/kernel/qmetatypeswitcher_p.h')
-rw-r--r--src/corelib/kernel/qmetatypeswitcher_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/kernel/qmetatypeswitcher_p.h b/src/corelib/kernel/qmetatypeswitcher_p.h
index 2a443aa60e..cba6504956 100644
--- a/src/corelib/kernel/qmetatypeswitcher_p.h
+++ b/src/corelib/kernel/qmetatypeswitcher_p.h
@@ -55,6 +55,8 @@
// We mean it.
//
+QT_BEGIN_NAMESPACE
+
class QMetaTypeSwitcher {
public:
@@ -98,4 +100,6 @@ ReturnType QMetaTypeSwitcher::switcher(DelegateObject &logic, int type, const vo
#undef QT_METATYPE_SWICHER_CASE_QCLASS
#undef QT_METATYPE_SWICHER_CASE_POINTER
+QT_END_NAMESPACE
+
#endif // QMETATYPESWITCHER_P_H