Move signal quickTileModeChanged from Client to AbstractClient
This commit is contained in:
parent
eab663565d
commit
b489ebabdc
2 changed files with 1 additions and 1 deletions
|
@ -442,6 +442,7 @@ Q_SIGNALS:
|
|||
void clientMaximizedStateChanged(KWin::AbstractClient* c, bool h, bool v);
|
||||
void transientChanged();
|
||||
void modalChanged();
|
||||
void quickTileModeChanged();
|
||||
|
||||
protected:
|
||||
AbstractClient();
|
||||
|
|
1
client.h
1
client.h
|
@ -563,7 +563,6 @@ Q_SIGNALS:
|
|||
**/
|
||||
void blockingCompositingChanged(KWin::Client *client);
|
||||
void clientSideDecoratedChanged();
|
||||
void quickTileModeChanged();
|
||||
|
||||
void closeableChanged(bool);
|
||||
void minimizeableChanged(bool);
|
||||
|
|
Loading…
Reference in a new issue