Index: sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml =================================================================== diff -u -rab36a7516cf84f29dae77b6b4044bb59b2a80fe4 -rbcfa77b0af43c328d11f01d393cf7c857cc77043 --- sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision ab36a7516cf84f29dae77b6b4044bb59b2a80fe4) +++ sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision bcfa77b0af43c328d11f01d393cf7c857cc77043) @@ -78,7 +78,9 @@ } QRCode { id: _qrCode - visible : false // removed for the P1 release, since the code had a big change and cannot be removed entirely + // removed for the P1 release, since the code had a big change and cannot be removed entirely + // added for the P1B release + visible : true anchors.bottom : _flickable.top anchors.right : _flickable.right anchors.margins : 15