fixed error handling on sequential file check
[case] / src / fileoperator.h
index b73e45a..2bf253e 100644 (file)
@@ -24,6 +24,7 @@
 #include <QMutex>
 #include <QWaitCondition>
 #include <QDir>
+#include <QFSFileEngine>
 #include <QMap>
 #include <QSet>
 
@@ -118,6 +119,8 @@ protected:
 
     void waitOnCond();
 
+    bool checkSequentialFile(const QFSFileEngine &engine);
+
     QWaitCondition waitCond;
 
     // files to process by the operation