Skip to content

Split suggestName(); the split method doesn't check if file exists

Ahmad Samir requested to merge work/ahmad/smarten-suggestname into master

The idea is that e.g. KIO can use suggestNameOnly() to get a new file/dir name then use a StatJob of some kind to check whether the newly suggested name alreayd exists or not and adjust accordingly.

This also gets rid of the recursion that existed in suggetName() calling itself, now it can just call the new method.

For more details see kio!153 (merged)

Merge request reports