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

Fix connection to KCoreDirLister::redirection() signal

- KCoreDirLister::redirection(const QUrl &, const QUrl &) has been in KIO
for a long time, and both it and the other deprecated redirection(const QUrl &)
signal are emitted by KCoreDirLister, hence no need for the conditional
in the code; spotted by kossebau.

- Call setCurrentDirUrl() directly in the lambda, and drop the now redundant
slotDirListerRedirection() slot.
parent 9dcbfca8
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