Index: sources/device/DeviceController.h =================================================================== diff -u -r80b5e8f1ebb90c03c37d90d90cd2da3bd95d6803 -reb918e27185e683e1d6a2b3ef0c621d173d561a5 --- sources/device/DeviceController.h (.../DeviceController.h) (revision 80b5e8f1ebb90c03c37d90d90cd2da3bd95d6803) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision eb918e27185e683e1d6a2b3ef0c621d173d561a5) @@ -230,6 +230,12 @@ */ void didSDCardSpaceTooLow(quint8 vAvailablePercent); + /*! + * \brief didEncryptedPartitionSpaceLow + * \details this signal will emit when the treatment log folder occupies x percent of the encrypted partition + */ + void didEncryptedPartitionSpaceLow(); + void didActionReceive( const DeviceBrightnessResponseData &vBrightness ); void didActionReceive( const DeviceRootSSHAccessResponseData &vRootSSHAccess); @@ -264,6 +270,7 @@ void sdcardSpaceCheck(); void usbSpaceCheck(); + void encryptedPartitionSpaceCheck(); SAFE_CALL_EX(doAddWatch, const QString &) };