1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-10 13:33:49 -04:00

Fix PR comments

This commit is contained in:
DreamNik
2024-09-09 18:48:54 +03:00
committed by f4exb
parent b7a5258061
commit e8e247c93f
59 changed files with 60 additions and 95 deletions
@@ -26,8 +26,7 @@
MESSAGE_CLASS_DEFINITION(HeatMapBaseband::MsgConfigureHeatMapBaseband, Message)
HeatMapBaseband::HeatMapBaseband(HeatMap *heatDemod) :
m_sink(heatDemod),
HeatMapBaseband::HeatMapBaseband() :
m_running(false)
{
qDebug("HeatMapBaseband::HeatMapBaseband");