Index: sources/gui/GuiView.h =================================================================== diff -u -r93315aa549a91c6c0d6973248e9b903df9cc40a2 -r5687815256ae070a9a207107088e3f72dd464da0 --- sources/gui/GuiView.h (.../GuiView.h) (revision 93315aa549a91c6c0d6973248e9b903df9cc40a2) +++ sources/gui/GuiView.h (.../GuiView.h) (revision 5687815256ae070a9a207107088e3f72dd464da0) @@ -7,7 +7,7 @@ * * \file GuiView.h * \author (last) Behrouz NematiPour - * \date (last) 10-Mar-2024 + * \date (last) 10-Jul-2024 * \author (original) Behrouz NematiPour * \date (original) 26-Aug-2020 * @@ -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 )