Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
Qt Creator 14.0.2
-
None
-
-
61e6c2178 (production), 54a8e3c7f (dev)
Description
The C++ editor shows a helpful tooltip for #include's specifying the acutually included file:
Anyhow, the path uses forward slashes on Windows, which look alien to Windows users. I guess the code just misses a QDir::tonNativeSeparators().