Remove Window.alpha property
Scripts don't paint, there's little point for exposing this property to scripts.
This commit is contained in:
parent
65130f85e6
commit
a0971264b8
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue