mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
File record default file name fix (2)
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
#ifndef _TESTSOURCE_TESTSOURCESETTINGS_H_
|
||||
#define _TESTSOURCE_TESTSOURCESETTINGS_H_
|
||||
|
||||
#include <QString>
|
||||
|
||||
struct TestSourceSettings {
|
||||
typedef enum {
|
||||
FC_POS_INFRA = 0,
|
||||
@@ -54,6 +56,7 @@ struct TestSourceSettings {
|
||||
float m_iFactor; //!< -1.0 < x < 1.0
|
||||
float m_qFactor; //!< -1.0 < x < 1.0
|
||||
float m_phaseImbalance; //!< -1.0 < x < 1.0
|
||||
QString m_fileRecordName;
|
||||
|
||||
TestSourceSettings();
|
||||
void resetToDefaults();
|
||||
|
||||
Reference in New Issue
Block a user