1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-03-30 19:55:52 -04:00

Corrected Preset initialization

This commit is contained in:
f4exb 2020-01-23 00:38:04 +01:00
parent a3b3180eeb
commit 4e6b88eb7a

View File

@ -41,7 +41,7 @@ Preset::Preset(const Preset& other) :
void Preset::resetToDefaults()
{
m_presetType == PresetSource; // Rx
m_presetType = PresetSource; // Rx
m_group = "default";
m_description = "no name";
m_centerFrequency = 0;