Add support of leaves

This commit is contained in:
Aurélie Delhaie
2022-10-16 17:36:47 +02:00
parent 6a44c4afd9
commit fd4b766c4d
14 changed files with 219 additions and 77 deletions

View File

@@ -28,6 +28,7 @@ private slots:
void add_break_point();
void remove_break_point();
void break_selected(int);
void change_not_working(int);
private:
Ui::SetDayDialog *ui;
@@ -37,6 +38,7 @@ private:
void init();
void updateBreakList();
void lockControls(bool);
};
#endif // SETDAYDIALOG_H