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
This commit is contained in:
David Strobach 2019-03-25 17:33:50 +01:00
parent 008143c9db
commit 1d4a9d24f8

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;