1 #ifndef FLIEOPERATIONWORKERTHREAD_H
2 #define FLIEOPERATIONWORKERTHREAD_H
5 #include "Utils/Pimpl.h"
25 FileOperationThread(
const QStringList& sourceFiles,
const QStringList& targetFiles, QObject* parent);
35 FileMoveThread(
const QStringList& sourceFiles,
const QString& targetDir, QObject* parent);
49 FileCopyThread(
const QStringList& sourceFiles,
const QString& targetDir, QObject* parent);
63 FileRenameThread(
const QString& sourceFile,
const QString& targetFile, QObject* parent);
84 #endif // FLIEOPERATIONWORKERTHREAD_H