Index: sources/ApplicationController.cpp =================================================================== diff -u -rf2d1dd383b85a90674d4303bacc313a7d697e784 -rac8116c58fa444744895f24b587eca82f54fc3cd --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision f2d1dd383b85a90674d4303bacc313a7d697e784) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision ac8116c58fa444744895f24b587eca82f54fc3cd) @@ -145,8 +145,8 @@ this , SLOT( onExport ())); connect(&_Logger , SIGNAL(didExportStat (quint32, const QString &, quint8)), this , SLOT( onExportStat (quint32, const QString &, quint8))); - connect(&_Logger , SIGNAL(didLogIOFailed ()), - this , SLOT( onLogIOFailed ())); + connect(&_Logger , SIGNAL(didLogIOFail ()), + this , SLOT( onLogIOFail ())); // Settings - move to application thread @@ -646,12 +646,11 @@ } /*! - * \brief ApplicationController::onLogIOFailed + * \brief ApplicationController::onLogIOFail * \details This slot is when an SD I/O failure is indicated - * \param vFile - the file name. */ -void ApplicationController::onLogIOFailed() +void ApplicationController::onLogIOFail() { - //DEBUG qDebug()<