1 #ifndef FLIEOPERATIONWORKERTHREAD_H
2 #define FLIEOPERATIONWORKERTHREAD_H
5 #include "Utils/Pimpl.h"
24 FileOperationThread(
const QStringList& sourceFiles,
const QStringList& targetFiles, QObject* parent);
33 FileMoveThread(
const QStringList& sourceFiles,
const QString& targetDir, QObject* parent);
46 FileCopyThread(
const QStringList& sourceFiles,
const QString& targetDir, QObject* parent);
60 FileRenameThread(
const QString& sourceFile,
const QString& targetFile, QObject* parent);
80 #endif // FLIEOPERATIONWORKERTHREAD_H