The test created a Windows shortcut (.lnk) and checked on its existence.
It was not found in the first test since QFileSystemModel returned
the resolved file name (linktarget.txt). When fixing this by querying
QFileSystemModel::fileInfo()::fileName(), the 2nd test failed since
shortcut files are not considered system files.
Amends change
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| qfilesystemmodel.pro | ||
| tst_qfilesystemmodel.cpp | ||