From 5aed2b57be6f039fdfe22a7da061e61e0d1e4572 Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@qt.io>
Date: Tue, 20 Mar 2018 12:23:07 +0100
Subject: [PATCH] Doc: Replace type by class in QWERPHPRequest

qdoc has magic to remove the 'This XXX class' in the class overview,
but not type. See e.g.
http://doc-snapshots.qt.io/qt5-5.11/qtwebengine-modules.html

Change-Id: Idd38a860ae08c7199c322d16c3ccc737972131a0
Reviewed-by: Viktor Engelmann <viktor.engelmann@qt.io>
---
 .../api/qwebengineregisterprotocolhandlerpermissionrequest.cpp  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/api/qwebengineregisterprotocolhandlerpermissionrequest.cpp b/src/core/api/qwebengineregisterprotocolhandlerpermissionrequest.cpp
index 84f311c30..b045a2823 100644
--- a/src/core/api/qwebengineregisterprotocolhandlerpermissionrequest.cpp
+++ b/src/core/api/qwebengineregisterprotocolhandlerpermissionrequest.cpp
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
     \class QWebEngineRegisterProtocolHandlerPermissionRequest
     \inmodule QtWebEngineCore
     \since 5.11
-    \brief The QWebEngineRegisterProtocolHandlerPermissionRequest type enables
+    \brief The QWebEngineRegisterProtocolHandlerPermissionRequest class enables
     accepting or rejecting requests from the \l registerProtocolHandler API.
 
     \sa QWebEnginePage::registerProtocolHandlerPermissionRequested
-- 
GitLab