Fix unused param warning
Sorry for introducing them.
This commit is contained in:
parent
cfecb1e077
commit
07e394fbb7
1 changed files with 2 additions and 0 deletions
|
@ -135,9 +135,11 @@ public:
|
|||
return nullptr;
|
||||
}
|
||||
KWin::EffectWindow *findWindow(QWindow *w) const override {
|
||||
Q_UNUSED(w)
|
||||
return nullptr;
|
||||
}
|
||||
KWin::EffectWindow *findWindow(const QUuid &id) const override {
|
||||
Q_UNUSED(id)
|
||||
return nullptr;
|
||||
}
|
||||
void *getProxy(QString) override {
|
||||
|
|
Loading…
Reference in a new issue