summaryrefslogtreecommitdiffstats
path: root/basicsuite/about-b2qt/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/about-b2qt/main.qml')
-rw-r--r--basicsuite/about-b2qt/main.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/basicsuite/about-b2qt/main.qml b/basicsuite/about-b2qt/main.qml
index 694ba50..2b21a6b 100644
--- a/basicsuite/about-b2qt/main.qml
+++ b/basicsuite/about-b2qt/main.qml
@@ -48,11 +48,6 @@ Item {
width : Screen.height > Screen.width ? Screen.height : Screen.width
height : Screen.height > Screen.width ? Screen.width : Screen.height
-// Rectangle {
-// anchors.fill: parent
-// color: "black"
-// }
-
Flickable {
id: flick
property real inertia: 0.4
@@ -70,8 +65,6 @@ Item {
property real topOvershoot: Math.max(0, contentItem.y);
property real bottomOvershoot: Math.max(0, root.height - (contentItem.height + contentItem.y));
-// onTopOvershootChanged: print("Top Overshoot:", topOvershoot);
-// onBottomOvershootChanged: print("Bottom Overshoot:", bottomOvershoot);
Item {
id: shiftTrickery
@@ -107,8 +100,6 @@ Item {
Item { width: 1; height: engine.smallFontSize() }
AboutBoot2Qt { }
- QtForAndroid { }
- QtFramework { }
Image {
id: codeLessImage
source: "codeless.png"