Index: sources/gui/GuiView.h =================================================================== diff -u -r9c7a790376d07de7ddaa67e39d47102d68693c87 -rc73feffa73c7fe073a7a7581144f5806dfc91beb --- sources/gui/GuiView.h (.../GuiView.h) (revision 9c7a790376d07de7ddaa67e39d47102d68693c87) +++ sources/gui/GuiView.h (.../GuiView.h) (revision c73feffa73c7fe073a7a7581144f5806dfc91beb) @@ -80,7 +80,11 @@ READONLY(bool , dryDemoMode , gEnableDryDemo ) READONLY(bool , manufactSetup , gEnableManufacturing ) + READONLY(bool , manufactMode , false ) + TRIGGER (bool , postPass , false ) + + public: explicit GuiView(QObject *parent = nullptr); @@ -101,6 +105,7 @@ void onSDCardSpaceTooLow(quint8 vAvailablePercent); void onSDCardSpaceChange(bool vReady, qint64 vTotal, qint64 vAvailable, quint8 vPercent); + void onPOSTPass (bool vPass); public slots: // is public since will be used in the UI and is in the same thread. void doActionTransmit(GuiActionType vAction, const QVariantList &vData); // UI => HD/DG