Explicit room parameter DirectChatDrawerHeader
Create explicit room parameter and reference it in DirectChatDrawerHeader
This commit is contained in:
committed by
Tobias Fella
parent
5adffddbd8
commit
e7fa3ad524
@@ -249,7 +249,9 @@ QQC2.ScrollView {
|
||||
|
||||
Component {
|
||||
id: directChatDrawerHeader
|
||||
DirectChatDrawerHeader {}
|
||||
DirectChatDrawerHeader {
|
||||
room: root.room
|
||||
}
|
||||
}
|
||||
|
||||
onRoomChanged: {
|
||||
|
||||
Reference in New Issue
Block a user