21 #ifndef IMPORTFOLDERTHREAD_H 22 #define IMPORTFOLDERTHREAD_H 26 #include "ImportCache.h" 27 #include "Utils/Pimpl.h" 45 void sig_progress(
int);
48 explicit CachingThread(
const QStringList& file_list,
const QString& library_path, QObject *parent=
nullptr);
51 Library::ImportCachePtr cache()
const;
53 bool is_cancelled()
const;
61 #endif // IMPORTFOLDERTHREAD_H The ImportCache class.
Definition: ImportCache.h:37
The CachingThread class.
Definition: CachingThread.h:38
An interface class needed when implementing a library plugin.
Definition: CachingThread.h:31