Skip to content
Commit ded94b65 authored by Ahmad Samir's avatar Ahmad Samir
Browse files

Don't use a nested eventloop when renaming files

Using a nested eventloop (started by KJob::exec()) meant that in case of
file names conflict, the KIO::RenameDialog that is shown can't be accessed
at all, as the eventloop of the job blocks all user input events.

Instead make the code async.

Reported by Alexander Volkov:
frameworks/kio@fdb8e14e (comment 380644)
parent 98f1df7a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment