Index: sources/ApplicationPost.cpp =================================================================== diff -u -rbcb57845e03fef70d9268623e93219cd160546ef -ra2c7aa348f7759e256b27791c4cbd7682b2c74d5 --- sources/ApplicationPost.cpp (.../ApplicationPost.cpp) (revision bcb57845e03fef70d9268623e93219cd160546ef) +++ sources/ApplicationPost.cpp (.../ApplicationPost.cpp) (revision a2c7aa348f7759e256b27791c4cbd7682b2c74d5) @@ -36,7 +36,6 @@ */ void ApplicationPost::start() { - QString postLogFileName = qApp->applicationDirPath() + "/" + Storage::POST_LOG; if (Storage::FileHandler::read(postLogFileName, _content)) { _isShaSum = checkShaSum ();