blob: 19f62cb4365e997e54c888ae6a2783505780fa8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From f83536167ff39989ec239ad336837f3ac6b930ef Mon Sep 17 00:00:00 2001
From: rsp4jack <rsp4jack@outlook.com>
Date: Sun, 17 Aug 2025 20:27:32 +0800
Subject: [PATCH 3/3] Adapt e016690b
---
src/zones.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/zones.cpp b/src/zones.cpp
index f7766bf..182213f 100644
--- a/src/zones.cpp
+++ b/src/zones.cpp
@@ -127,7 +127,7 @@ public:
}
auto w = window();
if (!w) {
- qCWarning(KWINZONES) << "Could not refresh position, could not find the toplevel's window" << m_toplevel->windowTitle() << m_toplevel->windowClass();
+ qCWarning(KWINZONES) << "Could not refresh position, could not find the toplevel's window" << m_toplevel->title() << m_toplevel->appId();
return;
}
const QPointF pos = w->frameGeometry().topLeft() - m_zone->m_area.topLeft();
--
2.50.1
|