diff --git a/src/device/DeviceManager.cpp b/src/device/DeviceManager.cpp index 07e99d5..ae28cde 100644 --- a/src/device/DeviceManager.cpp +++ b/src/device/DeviceManager.cpp @@ -58,10 +58,6 @@ void DeviceManager::initDevice() { // empty scan connect(EventCenter::Default(), &EventCenter::RequestEmptyScan, [=](QObject* sender, QObject* detail) { std::string json = getJsonFromPatInf(detail); - // qDebug()<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();