Index: sources/storage/TreatmentLog.cpp =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -r2f0f23635ac0225d2012e3db9d1043ce19c6d715 --- sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision 2f0f23635ac0225d2012e3db9d1043ce19c6d715) @@ -620,7 +620,7 @@ * when the _pendingCounter reaches 0 will search for the files * in the _TreatmentLog.logPathPending() * and if there is any will get the recent file in the list - * and asks for the TxCode by emitting the didTxPending signal + * and asks for the TxCode by emitting the didPendingTxr signal */ void TreatmentLog::testPendingTxReports() { @@ -649,6 +649,6 @@ } QString message = pendingTxr + " , " + _pendingTxr + " , " + _gTxCode; LOG_DEBUG(message); - emit didTxPending( _pendingTxr ); + emit didPendingTxr( _pendingTxr ); } }