Fix null window on Qt 6.9
This commit is contained in:
parent
d9c7a245ef
commit
7a769172a1
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ Item {
|
|||
gc()
|
||||
|
||||
// Run the streaming session to completion
|
||||
session.exec(Window.window)
|
||||
session.exec(window)
|
||||
}
|
||||
|
||||
sourceComponent: Item {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue