1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

PVS studio static analyzer fixes (1)

This commit is contained in:
f4exb
2018-06-21 19:28:11 +02:00
parent 777a1b0123
commit b00aea8989
32 changed files with 35 additions and 91 deletions
@@ -54,7 +54,7 @@ SDRdaemonSourceGui::SDRdaemonSourceGui(DeviceUISet *deviceUISet, QWidget* parent
m_acquisition(false),
m_streamSampleRate(0),
m_streamCenterFrequency(0),
m_lastEngineState((DSPDeviceSourceEngine::State)-1),
m_lastEngineState(DSPDeviceSourceEngine::StNotStarted),
m_framesDecodingStatus(0),
m_bufferLengthInSecs(0.0),
m_bufferGauge(-50),