Call to save updater, confirm final input of a day
This commit is contained in:
@@ -15,13 +15,14 @@ class SetDayDialog : public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SetDayDialog(Day d, QWidget *parent = nullptr);
|
||||
explicit SetDayDialog(Day d, bool isNotValidable, QWidget *parent = nullptr);
|
||||
~SetDayDialog();
|
||||
|
||||
Day get_result();
|
||||
|
||||
public slots:
|
||||
void compute_time();
|
||||
void validate();
|
||||
|
||||
private:
|
||||
Ui::SetDayDialog *ui;
|
||||
|
||||
Reference in New Issue
Block a user