mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-27 12:34:18 -04:00
5c359aa0a4
cppcheck reported that the TestMISettings copy constructor did not initialize member variable m_title: Member variable 'TestMISettings::m_title' is not assigned in the copy constructor. Should it be copied? m_title is part of the serialized settings state, so ensure copied TestMISettings instances preserve the configured title value. Signed-off-by: Robin Getz <rgetz503@gmail.com>