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:
Fred Gleason
2021-10-26 10:58:14 -04:00
parent a5f7a957a1
commit 8d49a3f8a5
6 changed files with 45 additions and 2 deletions

View File

@@ -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;
};