Add return value

This commit is contained in:
Jon Beniston 2023-08-24 16:36:18 +01:00
parent 9b3c348133
commit 667908a31f
1 changed files with 2 additions and 0 deletions

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
{