summaryrefslogtreecommitdiffstats
path: root/src/network/access
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-01 13:38:02 +0200
committerTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-08-01 11:51:34 +0000
commit97c00e66c8ce3fff0f3bb748d3f3c290b30dd296 (patch)
treeb0513df51d98030facdbca2b5d3517d933aecedc /src/network/access
parentdaab9e38c3c0087c720a223fe003dff173c2eea6 (diff)
fix namespaced build
Change-Id: I37b571db193d444ea60d508375fef89add467d1e Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
Diffstat (limited to 'src/network/access')
-rw-r--r--src/network/access/qhttp2protocolhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qhttp2protocolhandler.cpp b/src/network/access/qhttp2protocolhandler.cpp
index 5bbff9ea29..937686920c 100644
--- a/src/network/access/qhttp2protocolhandler.cpp
+++ b/src/network/access/qhttp2protocolhandler.cpp
@@ -1212,6 +1212,6 @@ void QHttp2ProtocolHandler::closeSession()
m_channel->close();
}
-#endif // !defined(QT_NO_HTTP) && !defined(QT_NO_SSL)
-
QT_END_NAMESPACE
+
+#endif // !defined(QT_NO_HTTP) && !defined(QT_NO_SSL)