Refactor TopBarWidget & SelectFormWidget.(clean and rename member)

This commit is contained in:
Krad
2022-07-15 17:32:21 +08:00
parent b2ca6d7d68
commit 3ccc8d7fa8
5 changed files with 39 additions and 38 deletions

View File

@@ -36,7 +36,7 @@ private:
QToolButton *mBtnSelect;
SlideTableView *mPatTable;
QSqlTableModel *mModel;
PatientDetailForm *mEditPatForm;
PatientDetailForm *patientDetailForm;
void prepareButtons(bool disableALL);