mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-19 15:11:28 +01:00
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
* Removed vestigal signals from 'RDSocket'. * Fixed a bug in 'RDApplication' that could cause 'openlog(3)' to receive a corrupt 'ident' value. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -119,7 +119,7 @@ RDLiveWire::RDLiveWire(unsigned id,QObject *parent)
|
||||
//
|
||||
live_socket=new QTcpSocket(this);
|
||||
connect(live_socket,SIGNAL(connected()),this,SLOT(connectedData()));
|
||||
connect(live_socket,SIGNAL(connectionClosed()),
|
||||
connect(live_socket,SIGNAL(disconnected()),
|
||||
this,SLOT(connectionClosedData()));
|
||||
connect(live_socket,SIGNAL(readyRead()),this,SLOT(readyReadData()));
|
||||
connect(live_socket,SIGNAL(error(QAbstractSocket::SocketError)),
|
||||
|
||||
Reference in New Issue
Block a user