Index: sources/view/td/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp =================================================================== diff -u -re595a959b32e1bd1532b942481230a09496d6f08 -r3365ef23a278ef93f2bf6ff10b5637ad4f1b9d83 --- sources/view/td/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp (.../VPostTreatmentAdjustTreatmentLog.cpp) (revision e595a959b32e1bd1532b942481230a09496d6f08) +++ sources/view/td/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp (.../VPostTreatmentAdjustTreatmentLog.cpp) (revision 3365ef23a278ef93f2bf6ff10b5637ad4f1b9d83) @@ -37,12 +37,8 @@ ACTION_VIEW_CONNECTION(TreatmentLogAlarmData); ACTION_VIEW_CONNECTION(TreatmentLogEventData); -// connect(&_TreatmentLog , &TreatmentLog::didTxCodeReceive, -// [=](const QString &vTxCode) { txCode( vTxCode ); } ); - connect(&_TreatmentLog , &TreatmentLog::didTxCodeReceive, - [=](const QString &vTxCode) { txCode( vTxCode + " Test Code 123-456" ); } ); -// [=](const QString &vTxCode) { txCode( vTxCode ); } ); // TODO Update + [=](const QString &vTxCode) { txCode( vTxCode ); } ); connect(&_TreatmentLog , &TreatmentLog::didNotification, [=](const QString &vNotification) { notification(vNotification); } );