Dialog include headers arrange.
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
// Created by Krad on 2021/11/11.
|
||||
//
|
||||
|
||||
#include "ChangePasswordFormDialog.h"
|
||||
|
||||
#include <QVBoxLayout>
|
||||
#include <QLabel>
|
||||
|
||||
#include "components/ULineEdit.h"
|
||||
#include "models/User.h"
|
||||
#include "log/UserOperationLog.h"
|
||||
#include "ChangePasswordFormDialog.h"
|
||||
|
||||
ChangePasswordFormDialog::ChangePasswordFormDialog(QWidget* parent, Qt::WindowFlags f)
|
||||
: GUIFormBaseDialog(parent, f)
|
||||
|
||||
Reference in New Issue
Block a user