summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-mobile/qml/mobilecomponents/ApplicationWindow.qml2
-rw-r--r--qt-mobile/qml/mobilecomponents/Page.qml2
2 files changed, 4 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml b/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml
index ce5d02abd..76662f549 100644
--- a/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml
+++ b/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml
@@ -72,6 +72,7 @@ ApplicationWindow {
width: Units.gridUnit * 25
height: Units.gridUnit * 30
+/*
property alias actionButton: __actionButton
ActionButton {
id: __actionButton
@@ -82,4 +83,5 @@ ApplicationWindow {
visible: root.globalDrawer || root.contextDrawer
}
+ */
}
diff --git a/qt-mobile/qml/mobilecomponents/Page.qml b/qt-mobile/qml/mobilecomponents/Page.qml
index f55c24faa..fe36a034a 100644
--- a/qt-mobile/qml/mobilecomponents/Page.qml
+++ b/qt-mobile/qml/mobilecomponents/Page.qml
@@ -55,6 +55,7 @@ Rectangle {
Layout.fillWidth: true
color: "transparent"
+/*
Connections {
target: flickable
property real oldContentY: (flickable == null) ? 0 : flickable.contentY
@@ -64,4 +65,5 @@ Rectangle {
oldContentY = flickable.contentY;
}
}
+ */
}