mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-21 07:08:45 -04:00
Feature plugins framework: presets
This commit is contained in:
@@ -44,7 +44,7 @@ QByteArray SigMFFileInputSettings::serialize() const
|
||||
s.writeString(1, m_fileName);
|
||||
s.writeU32(2, m_accelerationFactor);
|
||||
s.writeBool(3, m_trackLoop);
|
||||
s.writeBool(3, m_fullLoop);
|
||||
s.writeBool(4, m_fullLoop);
|
||||
s.writeBool(5, m_useReverseAPI);
|
||||
s.writeString(6, m_reverseAPIAddress);
|
||||
s.writeU32(7, m_reverseAPIPort);
|
||||
@@ -156,4 +156,4 @@ int SigMFFileInputSettings::bitsToBytes(int bits)
|
||||
} else {
|
||||
return 8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user