diff options
| author | Méven Car <[email protected]> | 2026-06-25 19:08:18 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-06-25 21:09:01 +0200 |
| commit | 50c8b5a3eefcb95c4c0a07c454311ad650f0b5ae (patch) | |
| tree | 95342364fc647a6d7d70cea86d6a607c1fad3150 /po/da | |
| parent | 4ef472552712b476d567823e6b1796b032acae9a (diff) | |
kfileitemmodel: Avoid zero-as-null-pointer-constant warnings in natural sort
The natural sort comparison helpers compare Qt::strong_ordering values
against the literal 0. The compiler reads that 0 as a null pointer
constant and warns under -Wzero-as-null-pointer-constant.
Use the named ordering helpers is_lt, is_gt and is_neq instead, which
express the same checks without a literal 0. The plain integer
comparisons in the surrounding code are left as they are.
Diffstat (limited to 'po/da')
0 files changed, 0 insertions, 0 deletions
