mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Display copy message on share click in reply message.
This commit is contained in:
parent
1a0ccf6d24
commit
4721cf0e44
2 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ Item {
|
|||
onMainChatMessageModelChanged: if( mainChatMessageModel && mainChatMessageModel.replyChatMessageModel) chatMessageModel = mainChatMessageModel.replyChatMessageModel
|
||||
|
||||
signal goToMessage(ChatMessageModel message)
|
||||
signal conferenceIcsCopied()
|
||||
|
||||
ColumnLayout{
|
||||
anchors.fill: parent
|
||||
|
|
@ -142,6 +143,7 @@ Item {
|
|||
onFitWidthChanged:{
|
||||
replyMessage.updateWidth()
|
||||
}
|
||||
onConferenceIcsCopied: mainItem.conferenceIcsCopied()
|
||||
Rectangle{
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ Item {
|
|||
rectangle.updateWidth()
|
||||
}
|
||||
onGoToMessage: container.goToMessage(message)
|
||||
onConferenceIcsCopied: container.conferenceIcsCopied()
|
||||
}
|
||||
ListView {
|
||||
id: messageContentsList
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue