update
This commit is contained in:
parent
fa77ed6163
commit
0b124ec9ee
|
@ -0,0 +1,5 @@
|
||||||
|
import QtQuick 2.15
|
||||||
|
|
||||||
|
Loader {
|
||||||
|
Component.onDestruction: sourceComponent = undefined
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
import QtQuick
|
||||||
|
|
||||||
|
Loader {
|
||||||
|
Component.onDestruction: sourceComponent = undefined
|
||||||
|
}
|
Loading…
Reference in New Issue