From a0971264b8b4c219a0166d86eea302b73652a93a Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Fri, 18 Nov 2022 19:54:40 +0200 Subject: [PATCH] Remove Window.alpha property Scripts don't paint, there's little point for exposing this property to scripts. --- src/window.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window.h b/src/window.h index 1e05572f5e..9322120a23 100644 --- a/src/window.h +++ b/src/window.h @@ -79,7 +79,6 @@ class KWIN_EXPORT Window : public QObject { Q_OBJECT - Q_PROPERTY(bool alpha READ hasAlpha NOTIFY hasAlphaChanged) Q_PROPERTY(qulonglong frameId READ frameId) /**