mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2022-04-30 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatch(1) that caused the Next Event indications to fail to be updated on remote instances of rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -65,6 +65,9 @@ class RecordListModel : public QAbstractTableModel
|
||||
bool refresh(unsigned id);
|
||||
void setFilterSql(const QString &sql);
|
||||
|
||||
signals:
|
||||
void updateNextEvents();
|
||||
|
||||
public slots:
|
||||
void notificationReceivedData(RDNotification *notify);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user