improve group update

This commit is contained in:
arm64v8a
2022-10-28 18:38:30 +09:00
parent 3943f75bc5
commit 68d7ce31c5
6 changed files with 20 additions and 36 deletions

View File

@@ -22,11 +22,13 @@ public:
private:
Ui::DialogManageGroups *ui;
void _update_one_group(int _order);
private slots:
void on_add_clicked();
void on_update_all_clicked();
};
// 更新所有订阅 关闭分组窗口时 更新动作继续执行
void UI_update_one_group(int _order);