SpecMsgBox в процессе исправления

This commit is contained in:
2025-11-28 21:01:33 +03:00
parent 8ad6d06f18
commit fb493aca9f
17 changed files with 169 additions and 60 deletions

View File

@@ -5,6 +5,7 @@
#include <QTreeWidget>
#include "instructorsview.h"
#include "dialogeditinstructor.h"
#include "specialmessagebox.h"
class DialogEditInstructor;
@@ -42,6 +43,7 @@ private:
Ui::EditorInstructors *ui;
DialogEditInstructor* dlgEditInstructor;
SpecMsgBox* specialMessageBox;
};
#endif // DIALOGINSTRUCTORS_H