Index: sources/gui/qml/components/NotificationBarSmall.qml =================================================================== diff -u -r923377d29fe730c0e2209386479a61b1e8ee1097 -r7208690c23bf7a801437b86902f2e04d173d659f --- sources/gui/qml/components/NotificationBarSmall.qml (.../NotificationBarSmall.qml) (revision 923377d29fe730c0e2209386479a61b1e8ee1097) +++ sources/gui/qml/components/NotificationBarSmall.qml (.../NotificationBarSmall.qml) (revision 7208690c23bf7a801437b86902f2e04d173d659f) @@ -25,6 +25,7 @@ Rectangle { id: _root objectName: "NotificationBar" // SquishQt + property alias image : _image property alias imageSource : _image.source property bool imageAutoSize : false property bool imageAnimated : false