Fix EditPateintDialog crash without comment.

This commit is contained in:
sunwen
2023-11-16 16:40:29 +08:00
parent 64e1748030
commit 6611e33448
2 changed files with 0 additions and 14 deletions

View File

@@ -41,7 +41,6 @@ private:
ULineEdit* le_name = nullptr;
ULineEdit* le_sex = nullptr;
ULineEdit* le_date = nullptr;
UTextEdit* te_comment = nullptr;
QLabel* lbl_error = nullptr;
PatientInformation store;
QString currentPatientUID;