effects: Fix a type mismatch warning in WindowHeap
file:///data/projects/usr/lib/qml/org/kde/kwin/private/effects/WindowHeap.qml:55:9: Unable to assign null to QUuid
This commit is contained in:
parent
c83568dfdd
commit
2ade8111de
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ FocusScope {
|
|||
z: 2
|
||||
property KWinComponents.WindowThumbnailItem cloneOf
|
||||
visible: false
|
||||
wId: cloneOf ? cloneOf.wId : null
|
||||
client: cloneOf ? cloneOf.client : null
|
||||
width: cloneOf ? cloneOf.width : 0
|
||||
height: cloneOf ? cloneOf.height : 0
|
||||
onCloneOfChanged: {
|
||||
|
|
Loading…
Reference in a new issue