summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/mobilecomponents/Page.qml
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2016-01-07 00:39:33 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2016-01-07 00:39:33 +0100
commit95bca4b50c4fd46ae190ac87ea8934523881b776 (patch)
treec7803775c577095a8d5d21756569039f387b4a38 /qt-mobile/qml/mobilecomponents/Page.qml
parenta9b53efce6cdd7f6329794c9cd46525216b6844c (diff)
downloadsubsurface-95bca4b50c4fd46ae190ac87ea8934523881b776.tar.gz
sync with mobilecomponents 9d179eb74a227
- Workaround for black squares is merged upstream - brings back the FAB button, additional - swipe interaction improvements in the same Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/Page.qml')
-rw-r--r--qt-mobile/qml/mobilecomponents/Page.qml5
1 files changed, 1 insertions, 4 deletions
diff --git a/qt-mobile/qml/mobilecomponents/Page.qml b/qt-mobile/qml/mobilecomponents/Page.qml
index 449c7aa47..9220357e6 100644
--- a/qt-mobile/qml/mobilecomponents/Page.qml
+++ b/qt-mobile/qml/mobilecomponents/Page.qml
@@ -45,11 +45,8 @@ Rectangle {
* Defines the contextual actions for the page:
* an easy way to assign actions in the right sliding panel
*/
- property alias contextualActions: internalContextualActions.data
+ property list<QtObject> contextualActions
- Item {
- id: internalContextualActions
- }
Layout.fillWidth: true
color: "transparent"