mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-23 18:52:28 -04:00
Add return value
This commit is contained in:
parent
9b3c348133
commit
667908a31f
@ -229,6 +229,8 @@ bool DeviceUISet::deserialize(const QByteArray& data)
|
||||
m_deviceGUI->deserialize(data);
|
||||
d.readBlob(3, &data);
|
||||
m_spectrumGUI->deserialize(data);
|
||||
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user