mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-24 20:44:31 -04:00
7bc8f5cc31
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>