summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketcorsauthenticator.cpp
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-11-01 22:11:11 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-01 22:23:12 +0100
commit22a53b203ffc21424669e52888859499cdd3245d (patch)
tree664d9f509113a85419fadb0975cd2d795b2395fc /src/websockets/qwebsocketcorsauthenticator.cpp
parente8877b2cd3908dddf95da9b253df20954f8afcb5 (diff)
downloadqtwebsockets-22a53b203ffc21424669e52888859499cdd3245d.tar.gz
Close namespace at end of file
Change-Id: Idc899e8081e31c3ba93893dc23abd89b4691f6e7 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/qwebsocketcorsauthenticator.cpp')
-rw-r--r--src/websockets/qwebsocketcorsauthenticator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/websockets/qwebsocketcorsauthenticator.cpp b/src/websockets/qwebsocketcorsauthenticator.cpp
index b565ed3..c2117c6 100644
--- a/src/websockets/qwebsocketcorsauthenticator.cpp
+++ b/src/websockets/qwebsocketcorsauthenticator.cpp
@@ -152,3 +152,5 @@ bool QWebSocketCorsAuthenticator::allowed() const
Q_D(const QWebSocketCorsAuthenticator);
return d->m_isAllowed;
}
+
+QT_END_NAMESPACE