Fix missing connection
This commit is contained in:
@@ -15,6 +15,7 @@ import org.kde.neochat 1.0
|
|||||||
QQC2.ScrollView {
|
QQC2.ScrollView {
|
||||||
id: root
|
id: root
|
||||||
required property NeoChatRoom currentRoom
|
required property NeoChatRoom currentRoom
|
||||||
|
required property NeoChatConnection connection
|
||||||
onCurrentRoomChanged: {
|
onCurrentRoomChanged: {
|
||||||
roomChanging = true;
|
roomChanging = true;
|
||||||
roomChangingTimer.restart()
|
roomChangingTimer.restart()
|
||||||
|
|||||||
@@ -77,6 +77,7 @@ Kirigami.Page {
|
|||||||
chatBoxLoader.item.forceActiveFocus()
|
chatBoxLoader.item.forceActiveFocus()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
connection: root.connection
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user