mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-26 13:26:24 -04:00
Initialize m_useReverseAPI to false when resetting Interferometer settings to their defaults. The member was not initialized by the constructor or resetToDefaults(), allowing its value to be read before being set. Detected by cppcheck. Signed-off-by: Robin Getz <rgetz503@gmail.com>