Index: sources/ApplicationController.cpp =================================================================== diff -u -re64766e5551e32c3ffd55c6b1fcb222128a1c325 -rf2d1dd383b85a90674d4303bacc313a7d697e784 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision e64766e5551e32c3ffd55c6b1fcb222128a1c325) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision f2d1dd383b85a90674d4303bacc313a7d697e784) @@ -146,7 +146,7 @@ connect(&_Logger , SIGNAL(didExportStat (quint32, const QString &, quint8)), this , SLOT( onExportStat (quint32, const QString &, quint8))); connect(&_Logger , SIGNAL(didLogIOFailed ()), - this , SIGNAL(didIOFailedLogs ())); + this , SLOT( onLogIOFailed ())); // Settings - move to application thread @@ -605,6 +605,7 @@ versionsRequest(vPass); } + /*! * \brief ApplicationController::versionsRequest * \details Sends a version request @@ -643,3 +644,14 @@ emit didActionTransmit(GuiActionType::ID_KeepAlive, {}); _post.start(); } + +/*! + * \brief ApplicationController::onLogIOFailed + * \details This slot is when an SD I/O failure is indicated + * \param vFile - the file name. + */ +void ApplicationController::onLogIOFailed() +{ + //DEBUG qDebug()<