summaryrefslogtreecommitdiffstats
path: root/src/core/api
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-24 15:27:04 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-05-15 17:33:16 +0100
commita15d3db7538b131ea445d36eddb97852c46e587c (patch)
tree7574dcef2d3541de0f73f74112945ef9abbbe69e /src/core/api
parent1e27d42a8071532b6cc30a9bcc5f700edc56952a (diff)
Refactor custom handlers
Reimplement the chrome specific classes, as we use very little of them, and move everything to a subdir. Change-Id: I93873399b1bea46c08ed171b7dc75ad252f20108 Reviewed-by: Kirill Burtsev <kirill.burtsev@qt.io>
Diffstat (limited to 'src/core/api')
-rw-r--r--src/core/api/qwebengineregisterprotocolhandlerrequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qwebengineregisterprotocolhandlerrequest.cpp b/src/core/api/qwebengineregisterprotocolhandlerrequest.cpp
index bb59282ea..1d4a866a9 100644
--- a/src/core/api/qwebengineregisterprotocolhandlerrequest.cpp
+++ b/src/core/api/qwebengineregisterprotocolhandlerrequest.cpp
@@ -39,7 +39,7 @@
#include "qwebengineregisterprotocolhandlerrequest.h"
-#include "register_protocol_handler_request_controller.h"
+#include "custom_handlers/register_protocol_handler_request_controller.h"
QT_BEGIN_NAMESPACE