fix(NewCall): use Common 1.0 module

This commit is contained in:
Ronan Abhamon 2016-10-27 12:08:21 +02:00
parent 743eef0fde
commit f68e544a2b
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,7 @@
import QtQuick 2.7
import QtQuick.Controls 2.0
import Common 1.0
import Linphone 1.0
DialogPlus {