6 lines
84 B
QML
6 lines
84 B
QML
import QtQuick
|
|
|
|
Loader {
|
|
Component.onDestruction: sourceComponent = undefined
|
|
}
|