mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact1
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#ifndef DIALOGREDACTORINSTRUCTORS_H
|
||||
#define DIALOGREDACTORINSTRUCTORS_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QObject>
|
||||
#include "connectortoserver.h"
|
||||
#include "editorinstructors.h"
|
||||
|
||||
class DialogRedactorInstructors : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
DialogRedactorInstructors(ConnectorToServer* connectorToServer, bool adminMode, QWidget *parent = nullptr);
|
||||
~DialogRedactorInstructors();
|
||||
|
||||
void closeEvent(QCloseEvent *event) override;
|
||||
|
||||
private:
|
||||
EditorInstructors* editorInstructors;
|
||||
};
|
||||
|
||||
#endif // DIALOGREDACTORINSTRUCTORS_H
|
||||
Reference in New Issue
Block a user