summaryrefslogtreecommitdiff
path: root/examples/webchannel/shared/websockettransport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webchannel/shared/websockettransport.cpp')
-rw-r--r--examples/webchannel/shared/websockettransport.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/webchannel/shared/websockettransport.cpp b/examples/webchannel/shared/websockettransport.cpp
index a65bc2d..4dbec39 100644
--- a/examples/webchannel/shared/websockettransport.cpp
+++ b/examples/webchannel/shared/websockettransport.cpp
@@ -64,8 +64,6 @@
be send over the QWebSocket to the remote client.
*/
-QT_BEGIN_NAMESPACE
-
/*!
Construct the transport object and wrap the given socket.
@@ -115,5 +113,3 @@ void WebSocketTransport::textMessageReceived(const QString &messageData)
}
emit messageReceived(message.object(), this);
}
-
-QT_END_NAMESPACE