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:
parent
008143c9db
commit
1d4a9d24f8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue