show which shell is loaded in debug output
This commit is contained in:
parent
ee1ac62eb6
commit
079863cb5c
@ -38,6 +38,6 @@ Rectangle {
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
print("View QML loaded")
|
||||
print("View org.kde.blank QML loaded")
|
||||
}
|
||||
}
|
||||
|
@ -180,7 +180,7 @@ Rectangle {
|
||||
//configure the view behavior
|
||||
desktop.stayBehind = true;
|
||||
desktop.fillScreen = true;
|
||||
print("View QML loaded")
|
||||
print("View org.kde.desktop QML loaded")
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user