Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r735e9e89a99157992fb1ec6e3f0d2953e564346d --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp (.../VPostTreatmentAdjustTreatmentLog.cpp) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp (.../VPostTreatmentAdjustTreatmentLog.cpp) (revision 735e9e89a99157992fb1ec6e3f0d2953e564346d) @@ -38,13 +38,13 @@ ACTION_VIEW_CONNECTION(TreatmentLogEventData); connect(&_TreatmentLog , &TreatmentLog::isIdleNotified, - [=](bool vIdle) { isIdle(vIdle); } ); + [=](bool vIdle) { isIdle(vIdle); } ); connect(&_TreatmentLog , &TreatmentLog::didTxCodeReceive, - [=](const QString &vTxCode) { txCode( vTxCode ); } ); + [=](const QString &vTxCode) { txCode( vTxCode ); } ); connect(&_TreatmentLog , &TreatmentLog::didNotification, - [=](const QString &vNotification) { notification(vNotification); } ); + [=](const QString &vNotification) { notification(vNotification); } ); } /*!