Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -r506a9e3db1a20bda1685e38c5e9041005c9a4a4f -r7077e38c74db9cccb5496ffefcf8936c0916de76 --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 506a9e3db1a20bda1685e38c5e9041005c9a4a4f) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 7077e38c74db9cccb5496ffefcf8936c0916de76) @@ -73,11 +73,11 @@ onClicked : alarmMaximize() } - // TODO : Later need to create a base Notification dialog class - // and inherit NotificationDialog and AlarmListDialog from that - // Beter be the NotificationDialog defined as parent - // and two separate dialogs by the names of AlarmDialog , AlarmListDlialog creatd. - // Same for the Notification Bar + // TODO : Later need to create a base Notification dialog class + // and inherit NotificationDialog and AlarmListDialog from that + // Beter be the NotificationDialog defined as parent + // and two separate dialogs by the names of AlarmDialog , AlarmListDlialog creatd. + // Same for the Notification Bar NotificationDialog { id : _alarmDialog // this will change later to the actual message text // and the instruction would be in the dialog content