mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(NewCall): use Common 1.0 module
This commit is contained in:
parent
743eef0fde
commit
f68e544a2b
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ import QtGraphicalEffects 1.0
|
|||
import QtQuick 2.7
|
||||
import QtQuick.Controls 2.0
|
||||
|
||||
import Common 1.0
|
||||
import Linphone 1.0
|
||||
|
||||
// TODO: Contacts list.
|
||||
|
|
@ -88,7 +89,7 @@ Item {
|
|||
}
|
||||
|
||||
delegate: Contact {
|
||||
presence: $presence
|
||||
presenceLevel: $presence
|
||||
sipAddress: $sipAddress
|
||||
username: $username
|
||||
width: parent.width
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
import QtQuick 2.7
|
||||
import QtQuick.Controls 2.0
|
||||
|
||||
import Common 1.0
|
||||
import Linphone 1.0
|
||||
|
||||
DialogPlus {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue