2021-02-17 Fred Gleason <fredg@paravelsystems.com>

* Removed the Q3SocketDevice dependency from 'RDCae'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-17 10:54:30 -05:00
parent c5c903ede7
commit b2f8532e25
3 changed files with 31 additions and 13 deletions

View File

@@ -21,8 +21,6 @@
#ifndef RDCAE_H
#define RDCAE_H
#include <q3socketdevice.h>
#include <QList>
#include <QObject>
#include <QUdpSocket>
@@ -103,7 +101,7 @@ class RDCae : public QObject
int StreamNumber(const char *arg);
int GetHandle(const char *arg);
void UpdateMeters();
Q3SocketDevice *cae_socket;
int cae_socket;
bool debug;
char args[CAE_MAX_ARGS][CAE_MAX_LENGTH];
int argnum;