Index: sources/gui/GuiView.h =================================================================== diff -u -r93315aa549a91c6c0d6973248e9b903df9cc40a2 -ra0ba11df2a8c386d4535ce8f1b9ede625494b096 --- sources/gui/GuiView.h (.../GuiView.h) (revision 93315aa549a91c6c0d6973248e9b903df9cc40a2) +++ 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 )