Commit f68e544a authored by Ronan Abhamon's avatar Ronan Abhamon

fix(NewCall): use `Common 1.0` module

parent 743eef0f
......@@ -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
......
import QtQuick 2.7
import QtQuick.Controls 2.0
import Common 1.0
import Linphone 1.0
DialogPlus {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment