refactor: Move TimelineLayout into Component
This commit is contained in:
parent
10636c2460
commit
3d8f7ad463
|
@ -344,7 +344,9 @@ RowLayout {
|
|||
|
||||
Loader {
|
||||
id: timelineLayoutContainer
|
||||
sourceComponent: TimelineLayout {}
|
||||
sourceComponent: Component {
|
||||
TimelineLayout {}
|
||||
}
|
||||
onLoaded: timelineLayoutContainer.item.onActivated()
|
||||
active: false
|
||||
Layout.fillWidth: true
|
||||
|
|
Loading…
Reference in New Issue