mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2023-07-28 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdcastmanager(1) where changes to podcast metadata would fail to be reflected in the feed list. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -75,9 +75,12 @@ class RDFeedListModel : public QAbstractItemModel
|
||||
|
||||
protected:
|
||||
void updateModel(const QString &filter_sql);
|
||||
void updateRowLine(int line);
|
||||
void updateFeedLine(int line);
|
||||
void updateCastLine(int feed_line,int cast_line);
|
||||
void updateCastRow(int feed_line,int cast_line,RDSqlQuery *q,int q_offset);
|
||||
void updateRow(int row,RDSqlQuery *q);
|
||||
QString sqlFields() const;
|
||||
QString castSqlFields() const;
|
||||
|
||||
private:
|
||||
QByteArray DumpIndex(const QModelIndex &index,const QString &caption="") const;
|
||||
|
||||
Reference in New Issue
Block a user