summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qquickwebenginenewviewrequest_p.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-06-29 13:47:35 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-07-10 09:42:01 +0000
commit088aaa64eb9a6efad107383749985b2b462fa36f (patch)
treeb705e061f6ea1538b9f19b5f8d65b6c3a2387087 /src/webengine/api/qquickwebenginenewviewrequest_p.h
parentf7c4bab9157e25758ba526a6dce9a86fd4d1674e (diff)
Implement missing WebActions in QML API
Implements the remaining WebActions from the widgets API in the QML API, so the available actions matches. Change-Id: I60dfd4a574b80cdd82b8891abfb27a8bfb1b88ec Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/webengine/api/qquickwebenginenewviewrequest_p.h')
-rw-r--r--src/webengine/api/qquickwebenginenewviewrequest_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webengine/api/qquickwebenginenewviewrequest_p.h b/src/webengine/api/qquickwebenginenewviewrequest_p.h
index 062a2fa33..9c82f46d6 100644
--- a/src/webengine/api/qquickwebenginenewviewrequest_p.h
+++ b/src/webengine/api/qquickwebenginenewviewrequest_p.h
@@ -62,6 +62,8 @@ private:
QQuickWebEngineView::NewViewDestination m_destination;
bool m_isUserInitiated;
QExplicitlySharedDataPointer<QtWebEngineCore::WebContentsAdapter> m_adapter;
+ QUrl m_requestedUrl;
+ friend class QQuickWebEngineView;
friend class QQuickWebEngineViewPrivate;
};