full-featured moving and deleting from the queue completed

This commit is contained in:
2025-05-23 21:58:47 +03:00
parent c21166fc5b
commit 84261d20e5
11 changed files with 340 additions and 336 deletions

View File

@@ -55,6 +55,9 @@ private slots:
void on_parse_email_button_clicked();
#endif
void on_add_new_check_button_clicked();
void on_deleteSelectedButton_clicked();
private:
Ui::MainWindow *ui;
std::vector<Check> checks;