diff options
author | Arno <am@disconnect.de> | 2013-09-14 07:28:19 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-09-14 07:28:19 +0200 |
commit | 19a7e82de5decb45caf07acc0d1161b1f05cb15b (patch) | |
tree | ba036f290965b58482abf8b415200457341f2e89 /consistencycheck.cpp | |
parent | c115772c658ba1138d05ef6604bc36d4b6d96867 (diff) | |
download | SheMov-19a7e82de5decb45caf07acc0d1161b1f05cb15b.tar.gz SheMov-19a7e82de5decb45caf07acc0d1161b1f05cb15b.tar.bz2 SheMov-19a7e82de5decb45caf07acc0d1161b1f05cb15b.zip |
Get rid of FrameCache
Diffstat (limited to 'consistencycheck.cpp')
-rw-r--r-- | consistencycheck.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/consistencycheck.cpp b/consistencycheck.cpp index 759e2ae..7e463a2 100644 --- a/consistencycheck.cpp +++ b/consistencycheck.cpp @@ -433,9 +433,6 @@ void ConsistencyChecker::doFsCheck(const QFileInfo &start, const QVector<QString } mCancelMutex.unlock(); if(fi.isDir()){ - if(fi.fileName() == ".frameCache"){ - continue; - } doFsCheck(fi, md5sums); }else{ QString md5sum = Helper::md5Sum(fi.absoluteFilePath()); |