Skip to content
  • Kai Koehne's avatar
    VCS: Don't locate files based on working directory · 4e895d40
    Kai Koehne authored
    QFileInfo::absoluteFilePath() uses the current working directory to
    make a file absolute. This is often not what you want (say you're
    developing another qtcreator version in another directory).
    
    Reviewed-by: Friedemann Kleint
    4e895d40