mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user