2022-10-30 Fred Gleason <fredg@paravelsystems.com>

* Reimplemented the 'Request Deck Status' command using
	'RDCatchEvent'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-10-30 14:54:29 -04:00
parent d38349cf39
commit d65517215b
14 changed files with 413 additions and 72 deletions

View File

@@ -354,6 +354,7 @@ void RecordListModel::channelCounts(int chan,int *waiting,int *active,
case RDDeck::Offline:
case RDDeck::Idle:
case RDDeck::LastStatus:
break;
}
}
@@ -950,6 +951,7 @@ void RecordListModel::UpdateStatus(int line)
{
switch(d_statuses.at(line)) {
case RDDeck::Offline:
case RDDeck::LastStatus:
d_back_colors[line]=QColor(EVENT_ERROR_COLOR);
break;