summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Chehlarski <kaloyan.chehlarski@qt.io>2024-03-13 10:33:25 +0100
committerKaloyan Chehlarski <kaloyan.chehlarski@qt.io>2024-04-24 12:00:29 +0100
commite32751c6348e3262b1c51ba1f75e04607047c654 (patch)
tree6aec8b8cf29bd6174dc91386a3d662ce1df9c7c8
parentb410b1e43be36718d52f0d1d3f49812ed7a0e3a1 (diff)
Replace unnecessary #include in render_view_context_menu_qt.h
The file was including web_contents_adapter_client.h but not using it; this is now replaced with the qtwebenginecoreglobal.h include necessary for the Q_WEBENGINECORE_EXPORT macro. Change-Id: I379b27f34081f9b0c9fcafa84ae7a464ff8b0822 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--src/core/render_view_context_menu_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/render_view_context_menu_qt.h b/src/core/render_view_context_menu_qt.h
index 71901424c..1188f6cd4 100644
--- a/src/core/render_view_context_menu_qt.h
+++ b/src/core/render_view_context_menu_qt.h
@@ -15,7 +15,7 @@
#ifndef RENDER_VIEW_CONTEXT_MENU_QT_H
#define RENDER_VIEW_CONTEXT_MENU_QT_H
-#include "web_contents_adapter_client.h"
+#include "qtwebenginecoreglobal.h"
QT_FORWARD_DECLARE_CLASS(QWebEngineContextMenuRequest)