Declare currentRoom property
Make sure `currentRoom` is a property for every qml component where it's used in `chatbar`.
This commit is contained in:
committed by
Carl Schwan
parent
9eeff06328
commit
4b3dac025f
@@ -35,7 +35,7 @@ ColumnLayout {
|
||||
/**
|
||||
* @brief The current room that user is viewing.
|
||||
*/
|
||||
property NeoChatRoom currentRoom
|
||||
required property NeoChatRoom currentRoom
|
||||
|
||||
/**
|
||||
* @brief A message has been sent from the chat bar.
|
||||
|
||||
Reference in New Issue
Block a user