mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 22:30:13 +01:00
2022-09-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatch(1) that could cause multiple entries to appear for a single upload event to an RSS feed. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -108,6 +108,7 @@ class RecordListModel : public QAbstractTableModel
|
||||
QList<RDDeck::Status> d_statuses;
|
||||
QList<QList<QVariant> > d_icons;
|
||||
QMap<QString,QMap<int,QString> > d_router_names;
|
||||
QMap<unsigned,QVariant> d_feed_images;
|
||||
QString d_filter_sql;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user