Files
sdrangel/plugins
Robin Getz 8d933879f8 channelpower: initialize scope GUI pointer
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>
2026-08-10 18:51:58 -04:00
..