Index: sources/gui/GuiView.h =================================================================== diff -u -r2216ac6ac7f77437a7c29ac8b4043be01bc4609e -r61f16c988a159401c92730b4cbfca5085c77222f --- sources/gui/GuiView.h (.../GuiView.h) (revision 2216ac6ac7f77437a7c29ac8b4043be01bc4609e) +++ sources/gui/GuiView.h (.../GuiView.h) (revision 61f16c988a159401c92730b4cbfca5085c77222f) @@ -51,11 +51,10 @@ PROPERTY(quint8 , sdPercent , 0 ) 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. + // this property will be set if the sd-card space gets lower than required amount in percent that has been defined in DeviceController. PROPERTY(qint8 , sdTooLowPecent, -1) // -1 means the event never happened // coco end - PROPERTY(bool , usbReady , false) PROPERTY(bool , usbRemoved , true )