mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
update sdk
This commit is contained in:
parent
9b67794752
commit
32e5d5bc1d
2 changed files with 1 additions and 2 deletions
|
|
@ -20,7 +20,6 @@ Control.Control {
|
|||
property bool isRemoteMessage: chatMessage? chatMessage.core.isRemoteMessage : false
|
||||
property bool isFromChatGroup: chatMessage? chatMessage.core.isFromChatGroup : false
|
||||
property var msgState: chatMessage ? chatMessage.core.messageState : LinphoneEnums.ChatMessageState.StateIdle
|
||||
onMsgStateChanged: console.log("message state", msgState, chatMessage.core.text)
|
||||
hoverEnabled: true
|
||||
|
||||
signal messageDeletionRequested()
|
||||
|
|
|
|||
2
external/linphone-sdk
vendored
2
external/linphone-sdk
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 6b17ee3e14128be83b751727122f719214b6d29b
|
||||
Subproject commit 83685e63b08c5e5eaf74b6a8ee0ba27802ea30ff
|
||||
Loading…
Add table
Reference in a new issue