mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2022-12-02 Fred Gleason <fredg@paravelsystems.com>
* Fixed bugs in the notification subsystem that cause multiple entries to appear in log listings when a new log was created. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -53,6 +53,8 @@ class RDLogListModel : public QAbstractTableModel
|
||||
|
||||
public slots:
|
||||
void setFilterSql(const QString &sql);
|
||||
|
||||
private slots:
|
||||
void processNotification(RDNotification *notify);
|
||||
|
||||
protected:
|
||||
@@ -69,6 +71,7 @@ class RDLogListModel : public QAbstractTableModel
|
||||
QList<QList<QVariant> > d_texts;
|
||||
QList<QList<QVariant> > d_icons;
|
||||
QList<QVariant> d_alignments;
|
||||
QString d_filter_sql;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user