mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
#include <QDialog>
|
||||
#include <QTreeWidget>
|
||||
#include "instructorsview.h"
|
||||
#include "dialogeditinstructor.h"
|
||||
|
||||
class DialogEditInstructor;
|
||||
|
||||
namespace Ui {
|
||||
class EditorInstructors;
|
||||
@@ -35,8 +38,10 @@ private:
|
||||
|
||||
bool editInstructor(Instructor instructor, Instructor* instructor_edit);
|
||||
|
||||
private:
|
||||
private:
|
||||
Ui::EditorInstructors *ui;
|
||||
|
||||
DialogEditInstructor* dlgEditInstructor;
|
||||
};
|
||||
|
||||
#endif // DIALOGINSTRUCTORS_H
|
||||
|
||||
Reference in New Issue
Block a user