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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user