diff options
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/Page.qml')
-rw-r--r-- | qt-mobile/qml/mobilecomponents/Page.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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; } } + */ } |