Add "Rename rule" button to RSS Downloader

PR #18141.
This commit is contained in:
BallsOfSpaghetti
2022-12-11 09:18:40 +01:00
committed by GitHub
parent d2e595aac3
commit c3936cd4b6
3 changed files with 31 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ private slots:
void on_addCategoryBtn_clicked();
void on_exportBtn_clicked();
void on_importBtn_clicked();
void on_renameRuleBtn_clicked();
void handleRuleCheckStateChange(QListWidgetItem *ruleItem);
void handleFeedCheckStateChange(QListWidgetItem *feedItem);