Skip to content
Snippets Groups Projects
Commit 6f30acf0 authored by Nicolas Vengeon's avatar Nicolas Vengeon Committed by Andreas Traczyk
Browse files

CallOverlay: file drag and drop in the CallOverlay

Change-Id: I76b163b6b8e7551a9983e08039b599fdf1cf2ce4
GitLab: #885
parent 6119597c
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,13 @@ Item {
root.remoteRecording = false
}
DropArea {
anchors.fill: parent
onDropped: function(drop) {
AvAdapter.shareFile(drop.urls)
}
}
SipInputPanel {
id: sipInputPanel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment