diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-06-08 14:53:40 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-06-08 14:53:40 (GMT) |
commit | 8cd4425a523965a5541d46a84828fb7e16f98bae (patch) | |
tree | ebcf635e929d58fc0f77adf89cff31915372d4b8 /qtools | |
parent | 9b10490869907bbf087f700661011092592fd961 (diff) | |
download | Doxygen-8cd4425a523965a5541d46a84828fb7e16f98bae.zip Doxygen-8cd4425a523965a5541d46a84828fb7e16f98bae.tar.gz Doxygen-8cd4425a523965a5541d46a84828fb7e16f98bae.tar.bz2 |
Bug 701771 - EXPAND_AS_DEFINED not working with some project structures
Diffstat (limited to 'qtools')
-rw-r--r-- | qtools/qfileinfo_win32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qfileinfo_win32.cpp b/qtools/qfileinfo_win32.cpp index 8f83107..680ffb1 100644 --- a/qtools/qfileinfo_win32.cpp +++ b/qtools/qfileinfo_win32.cpp @@ -266,7 +266,7 @@ void QFileInfo::doStat() const } #else QString file = fn; - reslashify(file); + reslashify(QDir::cleanupDirPath(file)); #ifdef QT_LARGEFILE_SUPPORT if ( _wstati64( (wchar_t*) file.ucs2(), b ) == -1 ) { #else |