summaryrefslogtreecommitdiffstats
path: root/qtools
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-06-14 20:17:08 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-06-15 08:47:58 (GMT)
commite590d56be170c6c6700b7838b601b29399aebc98 (patch)
tree196b5990f272a80282a90210bedf3e5456100709 /qtools
parentbd76ec600742936e6373ccbcdfc19966b44cb3ec (diff)
downloadDoxygen-e590d56be170c6c6700b7838b601b29399aebc98.zip
Doxygen-e590d56be170c6c6700b7838b601b29399aebc98.tar.gz
Doxygen-e590d56be170c6c6700b7838b601b29399aebc98.tar.bz2
Fixed type in function name
Diffstat (limited to 'qtools')
-rw-r--r--qtools/qfileinfo_win32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qfileinfo_win32.cpp b/qtools/qfileinfo_win32.cpp
index 680ffb1..2e1ecae 100644
--- a/qtools/qfileinfo_win32.cpp
+++ b/qtools/qfileinfo_win32.cpp
@@ -266,7 +266,7 @@ void QFileInfo::doStat() const
}
#else
QString file = fn;
- reslashify(QDir::cleanupDirPath(file));
+ reslashify(QDir::cleanDirPath(file));
#ifdef QT_LARGEFILE_SUPPORT
if ( _wstati64( (wchar_t*) file.ucs2(), b ) == -1 ) {
#else