Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.9.1
-
None
-
Window 10 x64 + Visual 2017 x64 + CDB lastest version + Qt 5.12.3
-
-
1571384e4998b9e20ad54be8479c60def8bfaba4
Description
The debugging value of QDir is Always empty with CBD + Visual 2017 x64
ex:
QDir d("C:/test");
QFileInfo f("C/test");
Debug View
QDir: "" (Always empty, and it works with mingw7.3 x64)
QFileInfo: "C:/test"