mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
USRP: Add support for non-discoverable devices and user arguments.
Tweak UI so icons aren't squashed.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
const PluginDescriptor USRPInputPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("USRP"),
|
||||
QStringLiteral("USRP Input"),
|
||||
QStringLiteral("7.0.0"),
|
||||
QStringLiteral("7.3.1"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
@@ -43,7 +43,7 @@ const PluginDescriptor USRPInputPlugin::m_pluginDescriptor = {
|
||||
};
|
||||
|
||||
static constexpr const char* const m_hardwareID = "USRP";
|
||||
static constexpr const char* const m_deviceTypeID = USRP_DEVICE_TYPE_ID;
|
||||
const char* const USRPInputPlugin::m_deviceTypeID = USRP_DEVICE_TYPE_ID;
|
||||
|
||||
USRPInputPlugin::USRPInputPlugin(QObject* parent) :
|
||||
QObject(parent)
|
||||
|
||||
Reference in New Issue
Block a user