Index: sources/canbus/messageinterpreter.cpp =================================================================== diff -u -re0d74b59e4645791c8e6b0cd2a208859fbfa6bd0 -re0f39a94ab67ab6c48389fb0d4faf5f32be13714 --- sources/canbus/messageinterpreter.cpp (.../messageinterpreter.cpp) (revision e0d74b59e4645791c8e6b0cd2a208859fbfa6bd0) +++ sources/canbus/messageinterpreter.cpp (.../messageinterpreter.cpp) (revision e0f39a94ab67ab6c48389fb0d4faf5f32be13714) @@ -115,6 +115,7 @@ } break; + default: QString mActionIdHexString = Format::toHexString(vActionId); LOG_ERROR(tr("Unknown Message ID (UI) '%1'").arg(mActionIdHexString)); Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -rd4b88173e0d4a683a315d2fc57b8e1ec356b1232 -re0f39a94ab67ab6c48389fb0d4faf5f32be13714 --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision d4b88173e0d4a683a315d2fc57b8e1ec356b1232) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision e0f39a94ab67ab6c48389fb0d4faf5f32be13714) @@ -24,13 +24,13 @@ * \brief The parent item for modal dialogs */ Dialog { id : _root - property bool autoHide : false; - property int autoHideDuration : 1000; - property alias notificationText : _notification.text; - property alias backgroundColor : _backgroundRect.color; - property alias textColor : _notification.textColor; - property alias border : _backgroundRect.border; - property alias radius : _backgroundRect.radius; + property bool autoHide : false + property int autoHideDuration : 1000 + property alias notificationText : _notification.text + property alias backgroundColor : _backgroundRect.color + property alias textColor : _notification.textColor + property alias border : _backgroundRect.border + property alias radius : _backgroundRect.radius width : Variables.dialogWidth height : Variables.dialogHeight