до изменения NEW_INSTRUCTOR

This commit is contained in:
krivoshein
2024-12-13 13:07:20 +03:00
parent 1c9e0510a9
commit 14148356e0
30 changed files with 484 additions and 352 deletions

View File

@@ -29,6 +29,9 @@ private Q_SLOTS:
private:
//void setCurrentInstructor(int id);
bool verifyInstructor(Instructor instructor);
bool editInstructor(Instructor instructor, Instructor* instructor_edit);
private:
Ui::EditorInstructors *ui;