1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Moved message to GUI to ChannelAPI. Prepares #769

This commit is contained in:
f4exb
2021-02-08 21:52:47 +01:00
parent 19f3c284ba
commit b62cf26b22
16 changed files with 24 additions and 19 deletions
+1 -2
View File
@@ -19,8 +19,7 @@
#include "dsp/basebandsamplesource.h"
#include "util/message.h"
BasebandSampleSource::BasebandSampleSource() :
m_guiMessageQueue(nullptr)
BasebandSampleSource::BasebandSampleSource()
{
connect(&m_inputMessageQueue, SIGNAL(messageEnqueued()), this, SLOT(handleInputMessages()));
}