mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-17 23:28:50 -05:00
TCP and UDP sources: removed useless dependency on QThread
This commit is contained in:
parent
e946242fae
commit
7f539f0314
@ -14,13 +14,12 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "../../channelrx/tcpsrc/tcpsrc.h"
|
||||
#include "tcpsrc.h"
|
||||
|
||||
#include <dsp/downchannelizer.h>
|
||||
#include <QTcpServer>
|
||||
#include <QTcpSocket>
|
||||
#include <QThread>
|
||||
#include "../../channelrx/tcpsrc/tcpsrcgui.h"
|
||||
#include "tcpsrcgui.h"
|
||||
|
||||
MESSAGE_CLASS_DEFINITION(TCPSrc::MsgTCPSrcConfigure, Message)
|
||||
MESSAGE_CLASS_DEFINITION(TCPSrc::MsgTCPSrcConnection, Message)
|
||||
|
@ -15,15 +15,14 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "../../channelrx/udpsrc/udpsrc.h"
|
||||
#include "udpsrc.h"
|
||||
|
||||
#include <dsp/downchannelizer.h>
|
||||
#include <QUdpSocket>
|
||||
#include <QThread>
|
||||
#include <QHostAddress>
|
||||
#include "dsp/dspengine.h"
|
||||
|
||||
#include "../../channelrx/udpsrc/udpsrcgui.h"
|
||||
#include "udpsrcgui.h"
|
||||
|
||||
MESSAGE_CLASS_DEFINITION(UDPSrc::MsgUDPSrcConfigure, Message)
|
||||
MESSAGE_CLASS_DEFINITION(UDPSrc::MsgUDPSrcConfigureImmediate, Message)
|
||||
|
Loading…
Reference in New Issue
Block a user