mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Make swipeIndex properties readonly
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
98ec8ff302
commit
bccdb0e8f7
1 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ Page {
|
|||
FileActivityView {
|
||||
id: fileActivityView
|
||||
|
||||
property int swipeIndex: SwipeView.index
|
||||
readonly property int swipeIndex: SwipeView.index
|
||||
|
||||
delegateHorizontalPadding: root.intendedPadding
|
||||
|
||||
|
@ -262,7 +262,7 @@ Page {
|
|||
Loader {
|
||||
id: shareViewLoader
|
||||
|
||||
property int swipeIndex: SwipeView.index
|
||||
readonly property int swipeIndex: SwipeView.index
|
||||
|
||||
width: swipeView.width
|
||||
height: swipeView.height
|
||||
|
|
Loading…
Reference in a new issue