1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

Allow filename to be restored from settings.

Allow filename to be set via API.
This commit is contained in:
Jon Beniston
2021-03-05 15:55:44 +00:00
parent 2389f0d55c
commit bf9d5501b0
5 changed files with 23 additions and 16 deletions
@@ -336,7 +336,6 @@ public:
FileInputWorker* m_fileInputWorker;
QThread m_fileInputWorkerThread;
QString m_deviceDescription;
QString m_fileName;
int m_sampleRate;
quint32 m_sampleSize;
quint64 m_centerFrequency;