mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user