TCP and UDP sources: removed useless dependency on QThread

pull/60/head
f4exb 2017-05-20 05:48:39 +02:00
rodzic e946242fae
commit 7f539f0314
2 zmienionych plików z 4 dodań i 6 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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)