21 #ifndef IMPORTFOLDERTHREAD_H 22 #define IMPORTFOLDERTHREAD_H 25 #include "Helper/Pimpl.h" 40 void sig_progress(
int);
44 explicit CachingThread(
const QStringList& file_list, QObject *parent=
nullptr);
48 bool is_cancelled()
const;
61 #endif // IMPORTFOLDERTHREAD_H The ImportCache class.
Definition: ImportCache.h:37
The CachingThread class.
Definition: CachingThread.h:34