mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-02-23 03:33:57 +11:00
build: fix new clang-tidy lints
This commit is contained in:
parent
0a36e3ed40
commit
1552aca3df
12 changed files with 84 additions and 378 deletions
|
|
@ -107,7 +107,7 @@ void PwDevice::addDeviceIndexPairs(const spa_pod* param) {
|
|||
qint32 device = 0;
|
||||
qint32 index = 0;
|
||||
|
||||
spa_pod* props = nullptr;
|
||||
const spa_pod* props = nullptr;
|
||||
|
||||
// clang-format off
|
||||
quint32 id = SPA_PARAM_Route;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue