Add category button on AutomatedRSSDownloader on GUI

Closes #7629
This commit is contained in:
Si Yong Kim
2021-02-06 05:13:57 -08:00
parent 7a471ea6b2
commit 0690ef31d1
3 changed files with 18 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ public:
private slots:
void on_addRuleBtn_clicked();
void on_removeRuleBtn_clicked();
void on_addCategoryBtn_clicked();
void on_exportBtn_clicked();
void on_importBtn_clicked();