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:
Fred Gleason
2023-05-25 14:57:06 -04:00
parent 98aa2d9373
commit a5e62c7190
4 changed files with 99 additions and 66 deletions

View File

@@ -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();