Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r7c12b8ce1964a37e856ebcae205f8b4ed19f3c6a --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp (.../VPostTreatmentAdjustTreatmentLog.cpp) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp (.../VPostTreatmentAdjustTreatmentLog.cpp) (revision 7c12b8ce1964a37e856ebcae205f8b4ed19f3c6a) @@ -37,12 +37,9 @@ ACTION_VIEW_CONNECTION(TreatmentLogAlarmData); ACTION_VIEW_CONNECTION(TreatmentLogEventData); - connect(&_TreatmentLog , &TreatmentLog::isIdleNotified, - [=](bool vIdle) { isIdle(vIdle); } ); +// connect(&_TreatmentLog , &TreatmentLog::didTxCodeReceive, +// [=](const QString &vTxCode) { txCode( vTxCode ); } ); - connect(&_TreatmentLog , &TreatmentLog::didTxCodeReceive, - [=](const QString &vTxCode) { txCode( vTxCode ); } ); - connect(&_TreatmentLog , &TreatmentLog::didNotification, [=](const QString &vNotification) { notification(vNotification); } ); } @@ -60,14 +57,6 @@ } /*! - * \brief View::VPostTreatmentAdjustmentTreatmentLog::doExport - * \details the invocable slot to send user's treatment log export request to the controller - */ -void View::VPostTreatmentAdjustmentTreatmentLog::doExport() { - _TreatmentLog.doExport(); -} - -/*! * \brief VPostTreatmentAdjustmentUltrafiltrationInit::onActionReceive * \details received response model data handler * \param vData - model data