diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-07-07 14:20:10 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-07-09 07:36:31 +0200 |
commit | 3b363345a3e75eb10827f67b995ae9472a6d0e8e (patch) | |
tree | e727508c1bfd1908fa71669161e284f827702683 /src/core/api/qwebengineregisterprotocolhandlerrequest.h | |
parent | 3668c27dee6afe1ef0e05df4fc6c5a3450e84901 (diff) | |
download | qtwebengine-3b363345a3e75eb10827f67b995ae9472a6d0e8e.tar.gz |
Fix Qt include conventions in public headers
Specify the module and use the .h files.
Pick-to: 6.2
Change-Id: I7c2bb1a635d10e25c874f18736120efde6ce2ca4
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/api/qwebengineregisterprotocolhandlerrequest.h')
-rw-r--r-- | src/core/api/qwebengineregisterprotocolhandlerrequest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/api/qwebengineregisterprotocolhandlerrequest.h b/src/core/api/qwebengineregisterprotocolhandlerrequest.h index 67caf1590..b83827c92 100644 --- a/src/core/api/qwebengineregisterprotocolhandlerrequest.h +++ b/src/core/api/qwebengineregisterprotocolhandlerrequest.h @@ -40,9 +40,10 @@ #ifndef QWEBENGINEREGISTERPROTOCOLHANDLERREQUEST_H #define QWEBENGINEREGISTERPROTOCOLHANDLERREQUEST_H +#include <QtWebEngineCore/qtwebenginecoreglobal.h> + #include <QtCore/qsharedpointer.h> #include <QtCore/qurl.h> -#include <QtWebEngineCore/qtwebenginecoreglobal.h> namespace QtWebEngineCore { class RegisterProtocolHandlerRequestController; |