mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-04 13:37:43 +03:00
chore: fix tests missing signals warnings
This commit is contained in:
parent
1dd1e82cf0
commit
f1ee489c6a
@ -39,6 +39,15 @@ public:
|
||||
|
||||
Q_SIGNALS:
|
||||
void currentDesktopChanged(int desktop, KWin::AbstractClient *client);
|
||||
// Not all signals are used, some of them declared to avoid warnings
|
||||
void numberScreensChanged(int);
|
||||
void screenResized(int);
|
||||
void currentActivityChanged(const QString &);
|
||||
void clientAdded(KWin::AbstractClient *);
|
||||
void clientRemoved(KWin::AbstractClient *);
|
||||
void clientMinimized(KWin::AbstractClient *);
|
||||
void clientUnminimized(KWin::AbstractClient *);
|
||||
void clientMaximizeSet(KWin::AbstractClient *, bool, bool);
|
||||
|
||||
private:
|
||||
int m_currentDesktop{};
|
||||
|
Loading…
Reference in New Issue
Block a user