summaryrefslogtreecommitdiffstats
path: root/src/core/web_contents_adapter.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-08-26 13:29:19 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-09-01 08:02:00 +0000
commitf0683845f2577da697c8ae6b86dd0226d0488562 (patch)
tree87055de8158c1c5c76ea3469a38fd5ce25bb655c /src/core/web_contents_adapter.h
parent60935a502b5d4cf07e49be99f91c19a1c7644fd5 (diff)
Add default inspect element context menu item
Adds inspect element to the context menu when there is an attached inspector on the page. Change-Id: Id3c8a5be34318c12ab331b6611219bd59b7b70be Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/core/web_contents_adapter.h')
-rw-r--r--src/core/web_contents_adapter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/web_contents_adapter.h b/src/core/web_contents_adapter.h
index ca2f32ebe..ecb084e56 100644
--- a/src/core/web_contents_adapter.h
+++ b/src/core/web_contents_adapter.h
@@ -126,6 +126,7 @@ public:
void executeMediaPlayerActionAt(const QPoint &location, MediaPlayerAction action, bool enable);
void inspectElementAt(const QPoint &location);
+ bool hasInspector() const;
void exitFullScreen();
void wasShown();