summaryrefslogtreecommitdiffstats
path: root/basicsuite/Qt5 Launch Presentation/WebkitSlide.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/Qt5 Launch Presentation/WebkitSlide.qml')
-rw-r--r--basicsuite/Qt5 Launch Presentation/WebkitSlide.qml19
1 files changed, 0 insertions, 19 deletions
diff --git a/basicsuite/Qt5 Launch Presentation/WebkitSlide.qml b/basicsuite/Qt5 Launch Presentation/WebkitSlide.qml
deleted file mode 100644
index edb8e4c..0000000
--- a/basicsuite/Qt5 Launch Presentation/WebkitSlide.qml
+++ /dev/null
@@ -1,19 +0,0 @@
-import QtQuick 2.0
-import "presentation"
-
-Slide {
- id: slide
-
- title: "Qt WebKit - WebView"
-
- Loader {
- id: webkitLoader
-
- anchors.fill: parent
-
- source: "WebKitSlideContent.qml"
- }
-
- centeredText: webkitLoader.status == Loader.Error ? "Qt WebKit not installed or otherwise failed to load" : ""
-}
-