Commit 673a118d authored by Ronan Abhamon's avatar Ronan Abhamon

fix(app): fix many imports

parent ba75ede6
...@@ -118,10 +118,10 @@ ScrollableListView { ...@@ -118,10 +118,10 @@ ScrollableListView {
id: loader id: loader
source: $type === 'message' source: $type === 'message'
? ( ? (
'qrc:/ui/components/chat/' + 'qrc:/ui/Linphone/Chat/' +
($outgoing ? 'Outgoing' : 'Incoming') + ($outgoing ? 'Outgoing' : 'Incoming') +
'Message.qml' 'Message.qml'
) : 'qrc:/ui/components/chat/Event.qml' ) : 'qrc:/ui/Linphone/Chat/Event.qml'
} }
} }
......
import QtQuick 2.7 import QtQuick 2.7
import Linphone.Styles 1.0 import Linphone 1.0
// =================================================================== // ===================================================================
// Helper to handle button click outside a component. // Helper to handle button click outside a component.
......
...@@ -23,9 +23,12 @@ DialogPlus 1.0 Dialog/DialogPlus.qml ...@@ -23,9 +23,12 @@ DialogPlus 1.0 Dialog/DialogPlus.qml
# Form # Form
ActionBar 1.0 Form/ActionBar.qml ActionBar 1.0 Form/ActionBar.qml
ActionButton 1.0 Form/ActionButton.qml ActionButton 1.0 Form/ActionButton.qml
CheckBoxText 1.0 Form/CheckBoxText.qml
DarkButton 1.0 Form/DarkButton.qml DarkButton 1.0 Form/DarkButton.qml
DropZone 1.0 Form/DropZone.qml
ExclusiveButtons 1.0 Form/ExclusiveButtons.qml ExclusiveButtons 1.0 Form/ExclusiveButtons.qml
LightButton 1.0 Form/LightButton.qml LightButton 1.0 Form/LightButton.qml
ListForm 1.0 Form/ListForm.qml
TransparentComboBox 1.0 Form/TransparentComboBox.qml TransparentComboBox 1.0 Form/TransparentComboBox.qml
# Image # Image
......
...@@ -167,7 +167,7 @@ ApplicationWindow { ...@@ -167,7 +167,7 @@ ApplicationWindow {
Loader { Loader {
Layout.fillHeight: true Layout.fillHeight: true
Layout.fillWidth: true Layout.fillWidth: true
source: 'qrc:/ui/Views/MainWindow/Contacts.qml' source: 'qrc:/ui/Views/MainWindow/Home.qml'
} }
} }
......
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