- 
    
Bug
 - 
    Resolution: Invalid
 - 
    
  Not Evaluated                     
     - 
    None
 - 
    5.15.2
 - 
    None
 
QFileInfro work incorect witn the ~/ prefix
For reproduse:
Сreate a file with example.test in the homeDir.
QFileInfo info("~/example.test") info.isFile() // should be return true, but will be return false. info.absaluteFilePath();; // shold be return "/home/user/example.test" but will be return "your/pwd/dir/~/example.test"
It is very critical error. Fix please.