Index: sources/gui/qml/components/NotificationBar.qml =================================================================== diff -u -r6538cce81515660080d73efea40949f770bedaf7 -re33e9c857923f9c0210a05c89cb9afd6e5490721 --- sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision 6538cce81515660080d73efea40949f770bedaf7) +++ sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision e33e9c857923f9c0210a05c89cb9afd6e5490721) @@ -23,14 +23,14 @@ Rectangle { id: _root objectName: "NotificationBar" - property alias text : _text.text; - property alias textColor : _text.color; - property int level : 0; - property bool isSilenced : false; - property int muteTimeoutSec : 0; - property color backgroundColor : Colors.textNotificationNoneBg; + property alias text : _text.text + property alias textColor : _text.color + property int level : 0 + property bool isSilenced : false + property int muteTimeoutSec : 0 + property color backgroundColor : Colors.textNotificationNoneBg - signal pressedNotificationBar(); + signal pressedNotificationBar() function toggleSilence(silence, timeoutSec) { isSilenced = silence;