mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
update
This commit is contained in:
parent
fa77ed6163
commit
0b124ec9ee
5
src/Qt5/imports/FluentUI/Controls/FluLoader.qml
Normal file
5
src/Qt5/imports/FluentUI/Controls/FluLoader.qml
Normal file
@ -0,0 +1,5 @@
|
||||
import QtQuick 2.15
|
||||
|
||||
Loader {
|
||||
Component.onDestruction: sourceComponent = undefined
|
||||
}
|
5
src/Qt6/imports/FluentUI/Controls/FluLoader.qml
Normal file
5
src/Qt6/imports/FluentUI/Controls/FluLoader.qml
Normal file
@ -0,0 +1,5 @@
|
||||
import QtQuick
|
||||
|
||||
Loader {
|
||||
Component.onDestruction: sourceComponent = undefined
|
||||
}
|
Loading…
Reference in New Issue
Block a user