21#ifndef IMPORT_COPY_THREAD_H
22#define IMPORT_COPY_THREAD_H
26#include "ImportCache.h"
27#include "Utils/Pimpl.h"
44 void sigProgress(
int);
47 enum class Mode : uint8_t
53 CopyThread(
const QString& targetDirectory, ImportCachePtr cache, QObject* parent=
nullptr);
57 bool wasCancelled()
const;
60 int copiedFileCount()
const;
62 void setMode(CopyThread::Mode mode);
The CopyThread class.
Definition: CopyThread.h:39
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31