Index: sources/canbus/MessageInterpreter.cpp =================================================================== diff -u -rc0b30f1fa82d0121706351057ab52b3bb1141459 -rc8da96049610870d3a8c9c00edc04f80ae62085f --- sources/canbus/MessageInterpreter.cpp (.../MessageInterpreter.cpp) (revision c0b30f1fa82d0121706351057ab52b3bb1141459) +++ sources/canbus/MessageInterpreter.cpp (.../MessageInterpreter.cpp) (revision c8da96049610870d3a8c9c00edc04f80ae62085f) @@ -22,6 +22,7 @@ #include "Logger.h" #include "format.h" #include "Settings.h" +#include "DryDemoStates.h" using namespace Can; @@ -53,7 +54,7 @@ * \param parent - QObject parent owner object. * Qt handles the children destruction by their parent objects life-cycle. */ -MessageInterpreter::MessageInterpreter(QObject *parent) : QObject(parent) { } +MessageInterpreter::MessageInterpreter(QObject *parent) : QObject(parent) {} /*! * \brief MessageInterpreter::notify @@ -410,7 +411,7 @@ { QString category = Storage::Settings_Category_MessagesUnhandled; QStringList groups = _Settings.groups(category); - qDebug() << "cat"; + // DEBUG: qDebug() << groups; for(const auto &group: qAsConst(groups)) { bool ok; @@ -492,6 +493,7 @@ } LOG_APPED(logString); qDebug() << "Message" << logString; + emit onUnhandledMsgReady(logString); } else { if ( gDisableUnhandledReport ) { // if the unhandled message error has been disabled, return.