summaryrefslogtreecommitdiffstats
path: root/src/core/custom_url_scheme_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/custom_url_scheme_handler.cpp')
-rw-r--r--src/core/custom_url_scheme_handler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/custom_url_scheme_handler.cpp b/src/core/custom_url_scheme_handler.cpp
index edc8000c9..591cad32e 100644
--- a/src/core/custom_url_scheme_handler.cpp
+++ b/src/core/custom_url_scheme_handler.cpp
@@ -37,6 +37,8 @@
#include "custom_url_scheme_handler.h"
#include "custom_protocol_handler.h"
+namespace QtWebEngineCore {
+
CustomUrlSchemeHandler::CustomUrlSchemeHandler(const QByteArray &scheme)
: m_scheme(scheme)
{
@@ -61,3 +63,5 @@ CustomProtocolHandler *CustomUrlSchemeHandler::createProtocolHandler()
// Will be owned by the JobFactory.
return new CustomProtocolHandler(this);
}
+
+} // namespace