refs #314, gcc warning fixes, as a result removed m_digits (not used anymore)

This commit is contained in:
Klaus Basan
2014-08-20 02:00:30 +02:00
parent 407a1409da
commit 5df96c576b
4 changed files with 12 additions and 14 deletions

View File

@@ -35,8 +35,8 @@ namespace BlackMisc
CComSystem() : CModulator(), m_channelSpacing(ChannelSpacing25KHz) {}
//! Constructor
CComSystem(const QString &name, const BlackMisc::PhysicalQuantities::CFrequency &activeFrequency, const BlackMisc::PhysicalQuantities::CFrequency &standbyFrequency = CModulator::FrequencyNotSet(), int digits = 3):
CModulator(name, activeFrequency, standbyFrequency == CModulator::FrequencyNotSet() ? activeFrequency : standbyFrequency, digits), m_channelSpacing(ChannelSpacing25KHz)
CComSystem(const QString &name, const BlackMisc::PhysicalQuantities::CFrequency &activeFrequency, const BlackMisc::PhysicalQuantities::CFrequency &standbyFrequency = CModulator::FrequencyNotSet()):
CModulator(name, activeFrequency, standbyFrequency == CModulator::FrequencyNotSet() ? activeFrequency : standbyFrequency), m_channelSpacing(ChannelSpacing25KHz)
{ }
//! Set active frequency