summaryrefslogtreecommitdiff
path: root/tests/auto/webchannel/tst_webchannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/webchannel/tst_webchannel.h')
-rw-r--r--tests/auto/webchannel/tst_webchannel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/webchannel/tst_webchannel.h b/tests/auto/webchannel/tst_webchannel.h
index 57e6b5d..d479f92 100644
--- a/tests/auto/webchannel/tst_webchannel.h
+++ b/tests/auto/webchannel/tst_webchannel.h
@@ -47,6 +47,8 @@
#include <QtWebChannel/QWebChannelAbstractTransport>
+QT_BEGIN_NAMESPACE
+
class DummyTransport : public QWebChannelAbstractTransport
{
Q_OBJECT
@@ -237,4 +239,6 @@ private:
QVariant m_lastVariant;
};
+QT_END_NAMESPACE
+
#endif // TST_WEBCHANNEL_H