mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02: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:
@@ -123,7 +123,10 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
//
|
||||
connect(rda->cae(),SIGNAL(isConnected(bool)),
|
||||
this,SLOT(caeConnectedData(bool)));
|
||||
rda->cae()->connectHost();
|
||||
if(!rda->cae()->connectHost(&err_msg)) {
|
||||
fprintf(stderr,"meterstrip_test: %s\n",err_msg.toUtf8().constData());
|
||||
exit(RDCoreApplication::ExitInternalError);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user