1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-11 14:08:31 -04:00

WFM demod: restored channel ID

This commit is contained in:
f4exb 2017-10-12 13:56:14 +02:00
parent c1e86afa80
commit 090684d6e4

View File

@ -17,6 +17,8 @@
#include "wfmdemod.h"
const QString WFMDemodGUI::m_channelID = "de.maintech.sdrangelove.channel.wfm";
WFMDemodGUI* WFMDemodGUI::create(PluginAPI* pluginAPI, DeviceSourceAPI *deviceAPI)
{
WFMDemodGUI* gui = new WFMDemodGUI(pluginAPI, deviceAPI);