fixed force check directories when auto check is disabled

This commit is contained in:
csoler 2017-03-02 23:18:12 +01:00
parent cdb0c6e59e
commit 303bc09739
2 changed files with 13 additions and 3 deletions

View file

@ -75,5 +75,7 @@ private:
bool mIsEnabled ;
bool mFollowSymLinks;
bool mNeedsFullRecheck ;
bool mIsChecking ;
bool mForceUpdate ;
};