23 #ifndef IMPORTFOLDERTHREAD_H
24 #define IMPORTFOLDERTHREAD_H
27 #include "ImportCache.h"
28 #include "Helper/Settings/SayonaraClass.h"
42 void sig_progress(
int);
46 CachingThread(
const QStringList& file_list, QObject *parent=
nullptr);
50 bool was_canelled()
const;
57 QStringList _file_list;
67 void extract_soundfiles();
71 #endif // IMPORTFOLDERTHREAD_H
The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:31
Definition: ImportCache.h:32
Definition: CachingThread.h:33