Unvirtualize Toplevel::visibleGeometry()

This commit is contained in:
Vlad Zahorodnii 2021-02-05 14:47:33 +02:00
parent 8570b64384
commit 10a8ef2969

View file

@ -374,7 +374,7 @@ public:
/**
* Returns a rectangle that the window occupies on the screen, including drop-shadows.
*/
virtual QRect visibleGeometry() const;
QRect visibleGeometry() const;
virtual QRect transparentRect() const = 0;
virtual bool isClient() const;
virtual bool isDeleted() const;