Index: sources/ApplicationController.cpp =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -re64766e5551e32c3ffd55c6b1fcb222128a1c325 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision e64766e5551e32c3ffd55c6b1fcb222128a1c325) @@ -145,7 +145,10 @@ this , SLOT( onExport ())); connect(&_Logger , SIGNAL(didExportStat (quint32, const QString &, quint8)), this , SLOT( onExportStat (quint32, const QString &, quint8))); + connect(&_Logger , SIGNAL(didLogIOFailed ()), + this , SIGNAL(didIOFailedLogs ())); + // Settings - move to application thread connect(this, SIGNAL(didSettingsInit()), this, SLOT( onSettingsInit()));