21 #ifndef IMPORTFOLDERTHREAD_H 22 #define IMPORTFOLDERTHREAD_H 26 #include "ImportCache.h" 27 #include "Utils/Pimpl.h" 43 void sig_progress(
int);
46 explicit CachingThread(
const QStringList& file_list,
const QString& library_path, QObject *parent=
nullptr);
50 bool is_cancelled()
const;
51 ImportCachePtr cache()
const;
58 #endif // IMPORTFOLDERTHREAD_H The ImportCache class.
Definition: ImportCache.h:35
The CachingThread class.
Definition: CachingThread.h:36