mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01:00
2023-11-03 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDCoreApplication::ExitInternalError' to the 'RDCoreApplication::ExitCode' enumeration. * Refactored the 'RDCae' class to use the native BSD sockets API instead of 'QTcpSocket'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -225,7 +225,10 @@ MainObject::MainObject(QObject *parent)
|
||||
this,SLOT(playStoppedData(int)));
|
||||
connect(rda->cae(),SIGNAL(playUnloaded(int)),
|
||||
this,SLOT(playUnloadedData(int)));
|
||||
rda->cae()->connectHost();
|
||||
if(!rda->cae()->connectHost(&err_msg)) {
|
||||
rda->syslog(LOG_ERR,"failed to start [%s]",err_msg.toUtf8().constData());
|
||||
exit(RDCoreApplication::ExitInternalError);
|
||||
}
|
||||
|
||||
//
|
||||
// Sound Initialization
|
||||
|
||||
Reference in New Issue
Block a user