mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-23 12:10:03 -04:00
c52c563e55
Initialize m_useReverseAPI to false when resetting DOA2 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>