1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-26 01:33:56 +02:00

CallOverlay: file drag and drop in the CallOverlay

Change-Id: I76b163b6b8e7551a9983e08039b599fdf1cf2ce4
GitLab: #885
This commit is contained in:
Nicolas Vengeon 2022-11-11 14:26:51 -05:00 committed by Andreas Traczyk
parent 6119597c4e
commit 6f30acf004

View file

@ -117,6 +117,13 @@ Item {
root.remoteRecording = false root.remoteRecording = false
} }
DropArea {
anchors.fill: parent
onDropped: function(drop) {
AvAdapter.shareFile(drop.urls)
}
}
SipInputPanel { SipInputPanel {
id: sipInputPanel id: sipInputPanel