mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
refact1
This commit is contained in:
22
LibInstructorsAndTrainees/dialognewpassword.h
Normal file
22
LibInstructorsAndTrainees/dialognewpassword.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef DIALOGNEWPASSWORD_H
|
||||
#define DIALOGNEWPASSWORD_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class DialogNewPassword;
|
||||
}
|
||||
|
||||
class DialogNewPassword : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DialogNewPassword(QWidget *parent = nullptr);
|
||||
~DialogNewPassword();
|
||||
|
||||
private:
|
||||
Ui::DialogNewPassword *ui;
|
||||
};
|
||||
|
||||
#endif // DIALOGNEWPASSWORD_H
|
||||
Reference in New Issue
Block a user