mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
Apply PR #1888 changes to samplemimo plugins
This commit is contained in:
@@ -90,6 +90,7 @@ TestMOSyncGui::TestMOSyncGui(DeviceUISet *deviceUISet, QWidget* parent) :
|
||||
m_deviceUISet->setSpectrumScalingFactor(SDR_TX_SCALEF);
|
||||
|
||||
connect(this, SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(openDeviceSettingsDialog(const QPoint &)));
|
||||
m_resizer.enableChildMouseTracking();
|
||||
}
|
||||
|
||||
TestMOSyncGui::~TestMOSyncGui()
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
const PluginDescriptor TestMOSyncPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("TestMOSync"),
|
||||
QStringLiteral("Test Synchronous Multiple Output"),
|
||||
QStringLiteral("7.8.2"),
|
||||
QStringLiteral("7.17.1"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user