Set parents for all QObjects
This commit is contained in:
@@ -19,7 +19,6 @@ Controls1.SplitView {
|
||||
pageStack.replace(
|
||||
"chat/Root.qml", { userId: userId, roomId: roomId }
|
||||
)
|
||||
console.log("replaced")
|
||||
}
|
||||
|
||||
id: pageStack
|
||||
|
@@ -9,6 +9,8 @@ ColumnLayout {
|
||||
readonly property var roomInfo:
|
||||
Backend.models.rooms.get(userId).getWhere("roomId", roomId)
|
||||
|
||||
Component.onCompleted: console.log("replaced")
|
||||
|
||||
|
||||
id: chatPage
|
||||
spacing: 0
|
||||
|
Reference in New Issue
Block a user