diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-07-17 16:56:56 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-07-20 21:47:54 -0400 |
commit | 81a3faee7b7035501325a44a04eba2fbfde8a7e6 (patch) | |
tree | 2d6e03fc07efee2e761f565a13a01e7afdf31016 /resources/qml/TimelineView.qml | |
parent | Clean up code (diff) | |
download | nheko-81a3faee7b7035501325a44a04eba2fbfde8a7e6.tar.xz |
Finish converting function to property
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 148a5817..f5979e14 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -246,7 +246,7 @@ Item { NhekoDropArea { anchors.fill: parent - roomid: room ? room.roomId() : "" + roomid: room ? room.roomId : "" } Connections { |