Clean code.
This commit is contained in:
@@ -186,7 +186,7 @@ SelectFormWidget::SelectFormWidget(QWidget* parent) :
|
||||
btnSelect->setEnabled(true);
|
||||
});
|
||||
|
||||
// btn add slot
|
||||
// EditPatientForm editAccept slot
|
||||
connect(edit_patient, &EditPatientForm::editAccept, [=](PatientInformation* inf, bool& result) {
|
||||
int selectedRow = table->currentIndex().row();
|
||||
bool isAdd = inf->PatientUID.isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user