scripting: Remove noop signals
This commit is contained in:
parent
93c1a610bc
commit
7fd7c07b30
1 changed files with 0 additions and 3 deletions
|
@ -69,11 +69,8 @@ Q_SIGNALS:
|
|||
void clientRemoved(KWin::Window *client);
|
||||
void clientMinimized(KWin::Window *client);
|
||||
void clientUnminimized(KWin::Window *client);
|
||||
void clientRestored(KWin::X11Window *client);
|
||||
void clientMaximizeSet(KWin::Window *client, bool h, bool v);
|
||||
void killWindowCalled(KWin::X11Window *client);
|
||||
void clientActivated(KWin::Window *client);
|
||||
void clientSetKeepAbove(KWin::X11Window *client, bool keepAbove);
|
||||
/**
|
||||
* This signal is emitted when a virtual desktop is added or removed.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue