Index: sources/gui/GuiView.h =================================================================== diff -u -rc36f8432854c8ab42f71b76da826b50912822cf7 -ra0ba11df2a8c386d4535ce8f1b9ede625494b096 --- sources/gui/GuiView.h (.../GuiView.h) (revision c36f8432854c8ab42f71b76da826b50912822cf7) +++ sources/gui/GuiView.h (.../GuiView.h) (revision a0ba11df2a8c386d4535ce8f1b9ede625494b096) @@ -16,6 +16,7 @@ // Qt #include +#include // Project #include "main.h" @@ -43,6 +44,9 @@ // disabled coco begin validated: This needs user interaction to plug-in/out SD Card // has been tested manually + + PROPERTY(QString, platform , QGuiApplication::platformName()) + PROPERTY(bool , sdIsReady , false ) PROPERTY(bool , sdIsReadOnly , false ) @@ -88,7 +92,9 @@ TRIGGER (bool , postPass , false ) - READONLY(bool , useLongLogName, gLongLogName ) + READONLY(bool , useLogLongName, gLogLongName ) + READONLY(bool , useLogUpload , gLogUpload ) + READONLY(bool , useLogCompress, gLogCompress ) #ifdef BUILD_FOR_DESKTOP READONLY(bool , runOnDevice , false )