Index: sources/gui/GuiView.h =================================================================== diff -u -r80b5e8f1ebb90c03c37d90d90cd2da3bd95d6803 -r8d5fe7d63e3d86e9d89d5f824347d34479e4e9ec --- sources/gui/GuiView.h (.../GuiView.h) (revision 80b5e8f1ebb90c03c37d90d90cd2da3bd95d6803) +++ sources/gui/GuiView.h (.../GuiView.h) (revision 8d5fe7d63e3d86e9d89d5f824347d34479e4e9ec) @@ -80,7 +80,9 @@ READONLY(bool , dryDemoMode , gEnableDryDemo ) READONLY(bool , manufactSetup , gEnableManufacturing ) + READONLY(bool , updateSetup , gEnableUpdating ) READONLY(bool , manufactMode , false ) + READONLY(bool , updateMode , false ) TRIGGER (bool , postPass , false ) @@ -105,7 +107,7 @@ void onSDCardSpaceTooLow(quint8 vAvailablePercent); void onSDCardSpaceChange(bool vReady, qint64 vTotal, qint64 vAvailable, quint8 vPercent); - void onPOSTPass (bool vPass); + void onPOSTPass (bool vPassed); 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