1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-06 10:56:34 -04:00
Files
sdrangel/plugins
Robin Getz e3cf04b227 Fix RadioAstronomyGUI addToPowerFilter argument order
cppcheck reported that the addToPowerFilter() declaration argument
order differed from the function definition. The header declared the
arguments as (y, x), while the implementation and all call sites use
(x, y).

Update the declaration to match the implementation and callers to avoid
confusion and potential misuse of the function arguments.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-07-31 20:59:42 -04:00
..
2026-05-04 06:00:17 +02:00