Index: sources/view/hd/alarm/VAlarmActiveList.h =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -rbf98eed099b286ea9fedbda20776579a7b2db0d0 --- sources/view/hd/alarm/VAlarmActiveList.h (.../VAlarmActiveList.h) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ sources/view/hd/alarm/VAlarmActiveList.h (.../VAlarmActiveList.h) (revision bf98eed099b286ea9fedbda20776579a7b2db0d0) @@ -22,6 +22,8 @@ #include "VAdjustmentResponseBase.h" #include "MAlarmActiveList.h" #include "MSettings.h" +#include "MAlarmTriggered.h" +#include "MAlarmCleared.h" namespace View { @@ -75,6 +77,8 @@ VIEW_DEC_CLASS ( VAlarmActiveList ) VIEW_DEC_SLOT ( AlarmActiveListResponseData ) VIEW_DEC_SLOT ( SettingsData ) + VIEW_DEC_SLOT ( AlarmTriggeredData ) + VIEW_DEC_SLOT ( AlarmClearedData ) QString alarmIDText(quint32 vID);