diff options
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/ApplicationWindow.qml')
-rw-r--r-- | qt-mobile/qml/mobilecomponents/ApplicationWindow.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml b/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml index 0eaa81ec0..8926b0574 100644 --- a/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml +++ b/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml @@ -85,7 +85,6 @@ inputMethod.keyboardRectangle.y) : 0 width: Units.gridUnit * 25 height: Units.gridUnit * 30 -/* property alias actionButton: __actionButton ActionButton { id: __actionButton @@ -98,5 +97,4 @@ inputMethod.keyboardRectangle.y) : 0 visible: root.globalDrawer || root.contextDrawer } - */ } |