[bug fixes]
This commit is contained in:
@@ -18,7 +18,7 @@ GetAdminPsw::GetAdminPsw(QWidget* parent, Qt::WindowFlags f) : GUIFormBaseDialog
|
||||
form->addRow(value1, _psw);
|
||||
|
||||
lbl_error = new QLabel(this);
|
||||
lbl_error->setObjectName("warn");
|
||||
lbl_error->setObjectName(QString::fromUtf8("warn"));
|
||||
form->addRow("", lbl_error);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user