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:
parent
6119597c4e
commit
6f30acf004
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue