summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-17 16:56:56 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 21:47:54 -0400
commit81a3faee7b7035501325a44a04eba2fbfde8a7e6 (patch)
tree2d6e03fc07efee2e761f565a13a01e7afdf31016 /resources/qml/TimelineView.qml
parentClean up code (diff)
downloadnheko-81a3faee7b7035501325a44a04eba2fbfde8a7e6.tar.xz
Finish converting function to property
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml2
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 {