46 ~FileOperations()
override;
48 bool renamePath(
const QString& path,
const QString& newName);
49 bool renameByExpression(
const QString& oldName,
const QString& expression)
const;
50 bool movePaths(
const QStringList& paths,
const QString& targetDir);
51 bool copyPaths(
const QStringList& paths,
const QString& targetDir);
52 bool deletePaths(
const QStringList& paths);
53 static QStringList supportedReplacementTags();
56 void copyThreadFinished();
57 void moveThreadFinished();
58 void deleteThreadFinished();