fix(app): fix many imports

This commit is contained in:
Ronan Abhamon 2016-09-26 16:10:53 +02:00
parent ba75ede62b
commit 673a118d22
4 changed files with 7 additions and 4 deletions

View file

@ -118,10 +118,10 @@ ScrollableListView {
id: loader
source: $type === 'message'
? (
'qrc:/ui/components/chat/' +
'qrc:/ui/Linphone/Chat/' +
($outgoing ? 'Outgoing' : 'Incoming') +
'Message.qml'
) : 'qrc:/ui/components/chat/Event.qml'
) : 'qrc:/ui/Linphone/Chat/Event.qml'
}
}

View file

@ -1,6 +1,6 @@
import QtQuick 2.7
import Linphone.Styles 1.0
import Linphone 1.0
// ===================================================================
// Helper to handle button click outside a component.

View file

@ -23,9 +23,12 @@ DialogPlus 1.0 Dialog/DialogPlus.qml
# Form
ActionBar 1.0 Form/ActionBar.qml
ActionButton 1.0 Form/ActionButton.qml
CheckBoxText 1.0 Form/CheckBoxText.qml
DarkButton 1.0 Form/DarkButton.qml
DropZone 1.0 Form/DropZone.qml
ExclusiveButtons 1.0 Form/ExclusiveButtons.qml
LightButton 1.0 Form/LightButton.qml
ListForm 1.0 Form/ListForm.qml
TransparentComboBox 1.0 Form/TransparentComboBox.qml
# Image

View file

@ -167,7 +167,7 @@ ApplicationWindow {
Loader {
Layout.fillHeight: true
Layout.fillWidth: true
source: 'qrc:/ui/Views/MainWindow/Contacts.qml'
source: 'qrc:/ui/Views/MainWindow/Home.qml'
}
}