mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-12 22:43:36 -04:00
Refactored GUI queue access (from kasper93)
This commit is contained in:
@@ -70,7 +70,6 @@ ATVModGUI::ATVModGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, BasebandSam
|
||||
|
||||
m_atvMod = (ATVMod*) channelTx;
|
||||
m_atvMod->setMessageQueueToGUI(getInputMessageQueue());
|
||||
m_atvMod->propagateMessageQueueToGUI();
|
||||
|
||||
connect(&MainCore::instance()->getMasterTimer(), SIGNAL(timeout()), this, SLOT(tick()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user