chore(@SplashScreen): add object name
This commit is contained in:
parent
a42fa6d8dc
commit
b50dfc99c3
|
@ -19,6 +19,7 @@ Pane {
|
||||||
contentItem: Item {
|
contentItem: Item {
|
||||||
SplashScreen {
|
SplashScreen {
|
||||||
id: splashScreen
|
id: splashScreen
|
||||||
|
objectName: "didYouKnowSplashScreen"
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: 128
|
width: 128
|
||||||
height: 128
|
height: 128
|
||||||
|
|
|
@ -372,6 +372,7 @@ StatusWindow {
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
id: appLoadingAnimation
|
id: appLoadingAnimation
|
||||||
|
objectName: "loadingAnimationLoader"
|
||||||
property bool runningProgressAnimation: false
|
property bool runningProgressAnimation: false
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
active: false
|
active: false
|
||||||
|
|
Loading…
Reference in New Issue