Merge PR #1068: Fix Button event view
This commit is contained in:
commit
ef3a5b9d19
@ -69,6 +69,7 @@ ThingPageBase {
|
||||
engine: _engine
|
||||
sources: ["event-" + root.thing.id + "-pressed", "event-" + root.thing.id + "-longPressed"]
|
||||
live: true
|
||||
sortOrder: Qt.DescendingOrder
|
||||
fetchBlockSize: 200 // As paging doesn't work with multiple sources
|
||||
}
|
||||
|
||||
|
||||
@ -85,6 +85,7 @@ Page {
|
||||
engine: _engine
|
||||
source: "state-" + root.thing.id + "-" + root.stateType.name
|
||||
sortOrder: Qt.DescendingOrder
|
||||
live: true
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
|
||||
Reference in New Issue
Block a user