Fix another bad property type
This commit is contained in:
parent
20d6d4163a
commit
4b2ec942fc
|
|
@ -4,7 +4,7 @@ import org.kde.kwin as KWinComponents
|
||||||
Item {
|
Item {
|
||||||
id: desktopView
|
id: desktopView
|
||||||
|
|
||||||
required property QtObject screen
|
required property var screen
|
||||||
|
|
||||||
function overlapsScreen(win, screenGeom) {
|
function overlapsScreen(win, screenGeom) {
|
||||||
if (!win) return false
|
if (!win) return false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue