1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

File record default file name fix (1)

This commit is contained in:
f4exb
2018-05-08 11:03:09 +02:00
parent 4bb63bbf1b
commit 0981d04904
17 changed files with 37 additions and 57 deletions
@@ -18,6 +18,7 @@
#define _HACKRF_HACKRFINPUTSETTINGS_H_
#include <QtGlobal>
#include <QString>
struct HackRFInputSettings {
typedef enum {
@@ -39,6 +40,7 @@ struct HackRFInputSettings {
bool m_dcBlock;
bool m_iqCorrection;
bool m_linkTxFrequency;
QString m_fileRecordName;
HackRFInputSettings();
void resetToDefaults();