Index: sources/gui/qml/pages/TreatmentFlowBase.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -r663eb0ed5a14526c261003db34f4f6106f764027 --- sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision 663eb0ed5a14526c261003db34f4f6106f764027) @@ -33,6 +33,7 @@ property alias header : _titleBar property alias title : _titleText property alias footer : _footer + property alias informationObj : _information property bool instructionBased : false readonly property alias instruction : _instructionLoader.item