2022-11-01 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Reload Decks' operation to 'RDCatchEvent'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-11-01 16:46:02 -04:00
parent 47b6105b4b
commit 54d8bd4a10
6 changed files with 82 additions and 4 deletions

View File

@@ -538,6 +538,11 @@ void EditDecks::closeData()
WriteRecord(0);
WriteRecord(edit_record_channel);
WriteRecord(edit_play_channel);
RDCatchEvent *evt=new RDCatchEvent();
evt->setOperation(RDCatchEvent::ReloadDecksOp);
evt->setTargetHostName(edit_station->name());
rda->ripc()->sendCatchEvent(evt);
delete evt;
done(true);
}