I have created new thread, that performs moving file from one directory to other with function
bool QDir::rename(const QString & oldName, const QString & newName)
Is it possible to interrupt this moving ?
I have created new thread, that performs moving file from one directory to other with function
bool QDir::rename(const QString & oldName, const QString & newName)
Is it possible to interrupt this moving ?