Remove Window.alpha property

Scripts don't paint, there's little point for exposing this property to
scripts.
This commit is contained in:
Vlad Zahorodnii 2022-11-18 19:54:40 +02:00
parent 65130f85e6
commit a0971264b8

View file

@ -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)
/**