1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -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
@@ -57,7 +57,6 @@ private:
std::vector<int> m_gains;
DeviceSampleSource* m_sampleSource;
bool m_acquisition;
QString m_fileName;
int m_sampleRate;
quint32 m_sampleSize;
quint64 m_centerFrequency;