Index: sources/gui/GuiView.h =================================================================== diff -u -re159592e3a99658e661ab83fffef43322dc075f3 -r2216ac6ac7f77437a7c29ac8b4043be01bc4609e --- sources/gui/GuiView.h (.../GuiView.h) (revision e159592e3a99658e661ab83fffef43322dc075f3) +++ sources/gui/GuiView.h (.../GuiView.h) (revision 2216ac6ac7f77437a7c29ac8b4043be01bc4609e) @@ -52,9 +52,13 @@ PROPERTY(quint8 , sdIsLow , false ) // this property will be set if the sd-card space gets lower than required amount in percent that has been defined in DriveWatcher. - PROPERTY(qint8, sdTooLowPecent, -1) // -1 means the event never happened + PROPERTY(qint8 , sdTooLowPecent, -1) // -1 means the event never happened // coco end + + PROPERTY(bool , usbReady , false) + PROPERTY(bool , usbRemoved , true ) + public: explicit GuiView(QObject *parent = nullptr);