mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2023-05-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression that caused the 'Repost' action in the 'List Feeds' dialog to fail to post the feed XML in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -43,6 +43,8 @@ class ListFeeds : public RDDialog
|
||||
void editData();
|
||||
void deleteData();
|
||||
void doubleClickedData(const QModelIndex &index);
|
||||
void feedSelectionChangedData(const QItemSelection &selected,
|
||||
const QItemSelection &unselected);
|
||||
void repostData();
|
||||
void unpostData();
|
||||
void closeData();
|
||||
|
Reference in New Issue
Block a user