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

KNewFileMenu: fix creating new dir with name starting with ':'

QDir::isAbsolutePath(":foo") will return true since ':' at the beginning
denotes a QResource, which will make by QDir/QFileInfo consider it "not
relative, so it's absolute"...

BUG: 425396
FIXED-IN: 5.75
parent 7d91cd24
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment