Skip to content
  • Andreas Pakulat's avatar
    Revert "Never try to run a DVcsJob on a non-existing folder/file." · 98a6aafe
    Andreas Pakulat authored
    This reverts commit 6199cb30.
    
    The reason is that the commit breaks the "Revision Graph..." context menu
    entry and possibly others being invoked on files. Unlike what the API of
    the class suggests, the git plugin happily supplies absolute filenames to
    the constructor which hits the assert since the QDir::exists() check correctly
    checks not only existence of the path, but also that its a directory.
    
    Thats the downside of non-explicit default constructors like QDir(QString()).
    98a6aafe