Index: sources/model/MAbstract.cpp =================================================================== diff -u -r6cad9b004e904200b71de7431c745795256080df -r7077e38c74db9cccb5496ffefcf8936c0916de76 --- sources/model/MAbstract.cpp (.../MAbstract.cpp) (revision 6cad9b004e904200b71de7431c745795256080df) +++ sources/model/MAbstract.cpp (.../MAbstract.cpp) (revision 7077e38c74db9cccb5496ffefcf8936c0916de76) @@ -59,8 +59,7 @@ * \return String */ QString MAbstract::description() const { - // TODO: - // not all the received messages are inherited form MAbstract + // TODO : not all the received messages are inherited form MAbstract // also LOG_EVENT is adding E // so for now let LOG_EVENT add E until all the received messages inherit from MAbstract return /*_typeText[typeText()] + _delimiter +*/ _unitText[unitText()] + _delimiter + infoText();