mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-10 17:55:40 +02:00
tests/qml: fix undefined references to appWindow
GitLab: #1780 Change-Id: I166f68c7abdf0f21d8d5dcec85e377c27de798a3
This commit is contained in:
parent
6c35561817
commit
84a59889e3
3 changed files with 228 additions and 222 deletions
|
@ -28,6 +28,7 @@ import "../../../src/app/mainview"
|
|||
import "../../../src/app/mainview/components"
|
||||
import "../../../src/app/commoncomponents"
|
||||
|
||||
TestWrapper {
|
||||
ListSelectionView {
|
||||
id: viewNode
|
||||
objectName: "ConversationView"
|
||||
|
@ -60,3 +61,4 @@ ListSelectionView {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,6 +26,7 @@ import net.jami.Enums 1.1
|
|||
import "../../../src/app/settingsview"
|
||||
import "../../../src/app/commoncomponents"
|
||||
|
||||
TestWrapper {
|
||||
SettingsSidePanel {
|
||||
id: uut
|
||||
|
||||
|
@ -63,3 +64,4 @@ SettingsSidePanel {
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,6 +26,7 @@ import net.jami.Enums 1.1
|
|||
import "../../../src/app/wizardview"
|
||||
import "../../../src/app/commoncomponents"
|
||||
|
||||
TestWrapper {
|
||||
WizardView {
|
||||
id: uut
|
||||
|
||||
|
@ -215,3 +216,4 @@ WizardView {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue