qml: silence undefined property errors when not really used
This commit is contained in:
@@ -131,7 +131,9 @@ Pane {
|
|||||||
Label {
|
Label {
|
||||||
id: postext
|
id: postext
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: listview.itemAt(0,listview.contentY + (dragb.y + dragb.height/2)).delegateModel.date
|
text: vdragscroll.drag.active
|
||||||
|
? listview.itemAt(0,listview.contentY + (dragb.y + dragb.height/2)).delegateModel.date
|
||||||
|
: ''
|
||||||
font.pixelSize: constants.fontSizeLarge
|
font.pixelSize: constants.fontSizeLarge
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user