Skip to content

Fix wrong parameter in function call

Lothar Paltins requested to merge lopa/dolphin:Bug_428282 into master

In KDirectoryContentsCounterWorker::CountResult, the first parameter in the call of walkDir was wrong. It should be path without conversion, because the conversion is done in the called function.

BUG: 428282

Merge request reports