mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user