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