summaryrefslogtreecommitdiffstats
path: root/src/core/register_protocol_handler_request_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/register_protocol_handler_request_controller.h')
-rw-r--r--src/core/register_protocol_handler_request_controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/register_protocol_handler_request_controller.h b/src/core/register_protocol_handler_request_controller.h
index be60619f5..2f9c9fc49 100644
--- a/src/core/register_protocol_handler_request_controller.h
+++ b/src/core/register_protocol_handler_request_controller.h
@@ -44,7 +44,7 @@
namespace QtWebEngineCore {
-class QWEBENGINE_EXPORT RegisterProtocolHandlerRequestController : public RequestController {
+class RegisterProtocolHandlerRequestController : public RequestController {
public:
RegisterProtocolHandlerRequestController(QUrl origin, QString scheme)
: RequestController(std::move(origin))