mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
FileInput: removed center frequency and sample rate from the settings since it should come from the file header
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
#include <QByteArray>
|
||||
|
||||
struct FileInputSettings {
|
||||
quint64 m_centerFrequency;
|
||||
qint32 m_sampleRate;
|
||||
QString m_fileName;
|
||||
quint32 m_accelerationFactor;
|
||||
bool m_loop;
|
||||
|
||||
Reference in New Issue
Block a user