mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2021-10-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused the 'shadow' of the Button Log events to fail to be reflected in the 'Main Log' Full Log widget. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -110,6 +110,9 @@ class RDLogPlay : public RDLogModel
|
||||
void resync();
|
||||
bool isRefreshable() const;
|
||||
|
||||
public slots:
|
||||
void setSlotQuantity(int slot_quan);
|
||||
|
||||
private slots:
|
||||
void transTimerData();
|
||||
void graceTimerData();
|
||||
@@ -253,6 +256,7 @@ class RDLogPlay : public RDLogModel
|
||||
RDEventPlayer *play_event_player;
|
||||
RDUnixSocket *play_pad_socket;
|
||||
bool play_hours[24];
|
||||
int play_slot_quantity;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user