Expose AbstractClient::setMaximize to scripting

Summary: Fixes BUG: 403071

Reviewers: graesslin, davidedmundson

Reviewed By: graesslin, davidedmundson

Subscribers: davidedmundson, zzag, graesslin, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D20044
icc-effect-5.17.5
David Strobach 2019-03-25 17:33:50 +01:00
parent 008143c9db
commit 1d4a9d24f8
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ public:
/**
* Sets the maximization according to @p vertically and @p horizontally.
**/
void setMaximize(bool vertically, bool horizontally);
Q_INVOKABLE void setMaximize(bool vertically, bool horizontally);
virtual bool noBorder() const = 0;
virtual void setNoBorder(bool set) = 0;
virtual void blockActivityUpdates(bool b = true) = 0;