mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-06 19:14:57 +11:00
all: fix gcc warnings and lints
This commit is contained in:
parent
9bb2c043ae
commit
c5c438f1cd
11 changed files with 42 additions and 16 deletions
|
|
@ -28,9 +28,10 @@ WlrLayershell::WlrLayershell(QObject* parent): ProxyWindowBase(parent) {
|
|||
case Qt::BottomEdge: return this->bImplicitHeight + margins.top;
|
||||
case Qt::LeftEdge: return this->bImplicitWidth + margins.right;
|
||||
case Qt::RightEdge: return this->bImplicitWidth + margins.left;
|
||||
default: return 0;
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
});
|
||||
|
||||
this->bcExclusionEdge.setBinding([this] { return this->bAnchors.value().exclusionEdge(); });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue