Set parents for all QObjects

This commit is contained in:
miruka
2019-04-22 14:24:45 -04:00
parent 6664fc29e3
commit 34d2bd233d
10 changed files with 25 additions and 25 deletions

View File

@@ -19,7 +19,6 @@ Controls1.SplitView {
pageStack.replace(
"chat/Root.qml", { userId: userId, roomId: roomId }
)
console.log("replaced")
}
id: pageStack

View File

@@ -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