2020-09-22 Fred Gleason <fredg@paravelsystems.com>

* Implemented the 'Repost' button on the 'Rivendell Feed List'
	dialog in rdadmin(1).
	* Added an 'Unpost' button to the 'Rivendell Feed List' dialog
	in rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-09-23 16:41:13 -04:00
parent 26bcbcb86b
commit c1fce3006e
24 changed files with 735 additions and 178 deletions

View File

@@ -41,6 +41,7 @@ class ListFeeds : public RDDialog
void deleteData();
void doubleClickedData(Q3ListViewItem *item,const QPoint &pt,int col);
void repostData();
void unpostData();
void closeData();
protected:
@@ -54,10 +55,11 @@ class ListFeeds : public RDDialog
QPushButton *list_edit_button;
QPushButton *list_delete_button;
QPushButton *list_repost_button;
QPushButton *list_unpost_button;
QPushButton *list_close_button;
};
#endif
#endif // LIST_FEEDS_H