summaryrefslogtreecommitdiff
path: root/examples/webchannel/chatserver-cpp/chatserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webchannel/chatserver-cpp/chatserver.cpp')
-rw-r--r--examples/webchannel/chatserver-cpp/chatserver.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/webchannel/chatserver-cpp/chatserver.cpp b/examples/webchannel/chatserver-cpp/chatserver.cpp
index 74da4c3..fb25344 100644
--- a/examples/webchannel/chatserver-cpp/chatserver.cpp
+++ b/examples/webchannel/chatserver-cpp/chatserver.cpp
@@ -54,8 +54,6 @@
#include <QTimer>
#include <QTime>
-QT_BEGIN_NAMESPACE
-
ChatServer::ChatServer(QObject *parent)
: QObject(parent)
{
@@ -140,5 +138,3 @@ QStringList ChatServer::userList() const
{
return m_userList;
}
-
-QT_END_NAMESPACE