1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

File record default file name fix (2)

This commit is contained in:
f4exb
2018-05-09 17:39:48 +02:00
parent 2d57d6d7e0
commit 775b2a270d
49 changed files with 187 additions and 39 deletions
@@ -39,6 +39,7 @@ void RTLSDRSettings::resetToDefaults()
m_transverterMode = false;
m_transverterDeltaFrequency = 0;
m_rfBandwidth = 2500 * 1000; // Hz
m_fileRecordName = "";
}
QByteArray RTLSDRSettings::serialize() const