Index: sources/device/DeviceController.cpp =================================================================== diff -u -r79e076cece4ba503be6c3834eb68d1e5cb1b882f -r4a67c01045f365be38f1a12a8572c0070d343e1e --- sources/device/DeviceController.cpp (.../DeviceController.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) +++ sources/device/DeviceController.cpp (.../DeviceController.cpp) (revision 4a67c01045f365be38f1a12a8572c0070d343e1e) @@ -89,15 +89,15 @@ // it has been tested and works perfectly fine in normal run. quitThread(); // validated } -// coco end +// disabled coco end void DeviceController::onRemoveLogs(bool vInProgress) { // disabled coco begin validated: The log in progress requires user interaction // it has been tested and works fine in normal run. _pauseSpaceCheck = vInProgress; } -// coco end +// disabled coco end /*! * \brief DeviceController::initConnections @@ -154,7 +154,7 @@ // runs in thread moveToThread(qApp->thread()); // validated } -// coco end +// disabled coco end /*! * \brief DeviceController::usbSeek @@ -185,7 +185,7 @@ } vDevice = device; return false; - // coco end + // disabled coco end } /*! @@ -211,7 +211,7 @@ } return isReady; } -// coco end +// disabled coco end /*! * \brief DeviceController::timerEvent @@ -246,7 +246,7 @@ usbRemove(); } } - // coco end + // disabled coco end } /*! @@ -298,7 +298,7 @@ emit didSDCardSpaceChange(mCIsReady, mCTotal, mCAvailable, mPercent); /// DEBUG: qDebug() << Storage::SDCard_Base_Path_Name << mCIsReady << mCTotal << mCAvailable << mPercent ; } -// coco end +// disabled coco end /*! * \brief DeviceController::usbError @@ -330,7 +330,7 @@ lastError = error; } } -// coco end +// disabled coco end /*! * \brief DeviceController::onUSBDriveUmount @@ -343,7 +343,7 @@ // has been tested manually _umounted = true; } -// coco end +// disabled coco end /*! * \brief DeviceController::usbMount @@ -369,7 +369,7 @@ } return ok; } -// coco end +// disabled coco end /*! * \brief DeviceController::usbUmount @@ -394,7 +394,7 @@ } return ok; } -// coco end +// disabled coco end /*! * \brief DeviceController::usbRemove @@ -412,7 +412,7 @@ LOG_DEBUG("USB drive removed"); emit didUSBDriveRemove(); } -// coco end +// disabled coco end /*! * \brief DeviceController::checkError