Index: sources/storage/TreatmentLog.cpp =================================================================== diff -u -ra9b3b248a786b93bf6dfd8c29946d708d18dde9a -r9d5e23f6277a0b3c8c643413e6ff0257695420d3 --- sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision a9b3b248a786b93bf6dfd8c29946d708d18dde9a) +++ sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision 9d5e23f6277a0b3c8c643413e6ff0257695420d3) @@ -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 ); } }