Index: sources/canbus/messagedispatcher.cpp =================================================================== diff -u -rb789046c096cfdddb39adcd3d5be1e129769aac6 -reb19475a6bf4ed7f6a16bc07eefc7813496620ef --- sources/canbus/messagedispatcher.cpp (.../messagedispatcher.cpp) (revision b789046c096cfdddb39adcd3d5be1e129769aac6) +++ sources/canbus/messagedispatcher.cpp (.../messagedispatcher.cpp) (revision eb19475a6bf4ed7f6a16bc07eefc7813496620ef) @@ -23,7 +23,7 @@ #include "frameinterface.h" #include "messageacknowmodel.h" -#define DEBUG_ACKBACK_HD_TO_UI +//#define DEBUG_ACKBACK_HD_TO_UI //#define DEBUG_OUT_OF_SYNC using namespace Can; @@ -95,7 +95,6 @@ connect(&_FrameInterface , SIGNAL(didFrameReceive (Can_Id , const QByteArray &)), this , SLOT( onFrameReceive (Can_Id , const QByteArray &))); - // From Message Acknow Model timer timeout. connect(&_MessageAcknowModel , SIGNAL(didFramesTransmit(Can_Id, Sequence, const FrameList &)), this , SLOT( onFramesTransmit(Can_Id, Sequence, const FrameList &)));