summaryrefslogtreecommitdiffstats
path: root/tests/quicktestbrowser/BrowserWindow.qml
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2016-09-07 08:54:49 -0700
committerSzabolcs David <davidsz@inf.u-szeged.hu>2016-09-20 10:53:14 +0000
commit019301166c94a546142a7ce886ce9215b099d863 (patch)
treec2351ad4e5beb5aca3177dcbb5ea58f136b43fcb /tests/quicktestbrowser/BrowserWindow.qml
parent4b9599123f636b56065b87ba670a8ae586c85557 (diff)
Remove the usages of experimental API from quicktestbrowser
The QtWebEngine.experimental import is not working, it suppresses the revisioned properties of WebEngineView objects. This is the first step to get rid of the QQuickWebEngineViewExperimental API. Change-Id: I5aacf4617df998520fe70d86a1d9043d6cc850af Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/quicktestbrowser/BrowserWindow.qml')
-rw-r--r--tests/quicktestbrowser/BrowserWindow.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/quicktestbrowser/BrowserWindow.qml b/tests/quicktestbrowser/BrowserWindow.qml
index 4275fd503..2d8807e8c 100644
--- a/tests/quicktestbrowser/BrowserWindow.qml
+++ b/tests/quicktestbrowser/BrowserWindow.qml
@@ -28,7 +28,6 @@
import QtQuick 2.1
import QtWebEngine 1.2
-import QtWebEngine.experimental 1.0
import QtQuick.Controls 1.0
import QtQuick.Controls.Styles 1.0
@@ -393,10 +392,6 @@ ApplicationWindow {
permBar.requestedFeature = feature;
permBar.visible = true;
}
-
- experimental {
- extraContextMenuEntriesComponent: ContextMenuExtras {}
- }
}
Rectangle {