Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -r17f0906011de9c97c0950c1ba0ea627a1411bc2e -reb19475a6bf4ed7f6a16bc07eefc7813496620ef --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 17f0906011de9c97c0950c1ba0ea627a1411bc2e) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision eb19475a6bf4ed7f6a16bc07eefc7813496620ef) @@ -26,9 +26,7 @@ Dialog { id : _root property bool autoHide : false property int autoHideDuration : 1000 - property string notificationText : "" - // TEST : Debug Code property alias notification: _notification width : Variables.dialogWidth @@ -72,6 +70,6 @@ } NotificationBar { id: _notification - text: _root.notificationText + text: "" //_root.notificationText } }