2023-09-20 Fred Gleason <fredg@paravelsystems.com>

* Modified 'RDMarkerPlayer' to work with revised 'RDCae'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-09-20 16:32:43 -04:00
parent 6bcd445650
commit 62f9e7ba86
23 changed files with 405 additions and 147 deletions

View File

@@ -131,7 +131,7 @@ MainObject::MainObject(QObject *parent)
//
// CAE Connection
//
rda->cae()->connectHost();
rda->cae()->connectToHost(0); // Assume no persistent operations!
if(qApp->arguments().size()!=1) {
debug=true;