Bugfix: Insure QFileInfo object is absolute

Authored by mreeves on Oct 14 2018, 10:28 PM.

Description

Bugfix: Insure QFileInfo object is absolute

The current working directory can not be relied on to remain constant.
KDiff3 changes it temporarily during directory searches and creates
relitive QFileInfo objects.
This causes mutiple issues when trying to use that object later.
Insure we are always getting information from the same file.

Details

Committed
mreevesOct 14 2018, 11:53 PM
Parents
R983:f31b0036df71: Drop obsolete Cygwin workaround
Branches
Unknown
Tags
Unknown