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

Fix compilation warnings and errors

This commit is contained in:
DreamNik
2024-09-03 18:38:32 +03:00
committed by f4exb
parent a684d1a32b
commit 34cf612031
103 changed files with 106 additions and 164 deletions
@@ -40,8 +40,6 @@ const PluginDescriptor FCDProPlusPlugin::m_pluginDescriptor = {
QStringLiteral("https://github.com/f4exb/sdrangel")
};
static constexpr const char* const m_deviceTypeID = FCDPROPLUS_DEVICE_TYPE_ID;
FCDProPlusPlugin::FCDProPlusPlugin(QObject* parent) :
QObject(parent)
{