mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-25 21:14:16 -04:00
Initialize m_scopeGUI to nullptr in the settings constructor. The pointer was not initialized and is only assigned through setScopeGUI(). Detected by cppcheck. Signed-off-by: Robin Getz <rgetz503@gmail.com>