Adjust some comments in Window

Neither Window::frameMargins() nor Window::wantsShadowToBeRendered() are
virtual methods, so remove "Default implementation ..." comments.
This commit is contained in:
Vlad Zahorodnii 2023-03-31 20:24:26 +03:00
parent 70353d399d
commit 1041794e41

View file

@ -584,8 +584,6 @@ public:
*
* Note that the returned margins object will have all margins set to 0 if
* the window doesn't have a server-side decoration.
*
* Default implementation returns a margins object with all margins set to 0.
*/
QMargins frameMargins() const;
@ -781,8 +779,7 @@ public:
*/
void updateShadow();
/**
* Whether the Window currently wants the shadow to be rendered. Default
* implementation always returns @c true.
* Whether the Window currently wants the shadow to be rendered.
*/
bool wantsShadowToBeRendered() const;