1
0
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:
Jon Beniston 2023-08-24 16:36:18 +01:00
parent 9b3c348133
commit 667908a31f

View File

@ -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
{