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:
Vlad Zahorodnii 2022-06-23 12:13:00 +03:00
parent c83568dfdd
commit 2ade8111de

View file

@ -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: {