summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/mobilecomponents/Page.qml
diff options
context:
space:
mode:
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"