summary refs log tree commit diff
path: root/resources/qml/Root.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-07-01 00:41:50 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-07-01 00:41:50 +0200
commit7ebf43ce3839ad78b33628ddf22a1c65a5e57b82 (patch)
treeaf21c7301d9f3874ce7fa839908b21053b05391c /resources/qml/Root.qml
parentMerge pull request #1111 from q234rty/master (diff)
downloadnheko-7ebf43ce3839ad78b33628ddf22a1c65a5e57b82.tar.xz
Fix crash when closing room directory window
Diffstat (limited to 'resources/qml/Root.qml')
-rw-r--r--resources/qml/Root.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/qml/Root.qml b/resources/qml/Root.qml
index 86ddc649..1ea26742 100644
--- a/resources/qml/Root.qml
+++ b/resources/qml/Root.qml
@@ -29,6 +29,10 @@ Pane {
         id: fontMetrics
     }
 
+    RoomDirectoryModel {
+        id: publicRooms
+    }
+
     //Timer {
     //    onTriggered: gc()
     //    interval: 1000