mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-18 03:48:09 +00:00
Fix sequences
This commit is contained in:
parent
2338dae8e5
commit
c4f3dba832
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import QtQuick 2.7
|
||||
import QtQuick 2.9
|
||||
import QtQuick.Controls 2.2
|
||||
import QtQuick.Layouts 1.3
|
||||
import Qt.labs.platform 1.0
|
||||
|
|
@ -78,7 +78,7 @@ ApplicationWindow {
|
|||
}
|
||||
Shortcut {
|
||||
context: Qt.ApplicationShortcut
|
||||
sequence: ['Ctrl+Shift+W', 'Ctrl+Shift+V']
|
||||
sequences: ['Ctrl+Shift+W', 'Ctrl+Shift+V']
|
||||
onActivated: CallsListModel.acceptLastIncomingCall(true)
|
||||
}
|
||||
Shortcut {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue