Remove Window.visibleRect property
Scripts don't paint so the visible rect is no of use to them.
This commit is contained in:
parent
3d0101e127
commit
8197bf8890
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ class KWIN_EXPORT Window : public QObject
|
|||
*/
|
||||
Q_PROPERTY(qreal height READ height NOTIFY frameGeometryChanged)
|
||||
|
||||
Q_PROPERTY(QRectF visibleRect READ visibleGeometry)
|
||||
Q_PROPERTY(qreal opacity READ opacity WRITE setOpacity NOTIFY opacityChanged)
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue