mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-29 20:05:38 +03:00
refact1
This commit is contained in:
22
LibInstructorsAndTrainees/trainees/dialogredactortrainees.h
Normal file
22
LibInstructorsAndTrainees/trainees/dialogredactortrainees.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef DIALOGREDACTORTRAINEES_H
|
||||
#define DIALOGREDACTORTRAINEES_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QObject>
|
||||
#include "connectortoserver.h"
|
||||
#include "editortrainees.h"
|
||||
|
||||
class DialogRedactorTrainees : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
DialogRedactorTrainees(ConnectorToServer* connectorToServer, bool adminMode, QWidget *parent = nullptr);
|
||||
~DialogRedactorTrainees();
|
||||
|
||||
void closeEvent(QCloseEvent *event) override;
|
||||
|
||||
private:
|
||||
EditorTrainees* editorTraineesGroups;
|
||||
};
|
||||
|
||||
#endif // DIALOGREDACTORTRAINEES_H
|
||||
Reference in New Issue
Block a user