Changeset 1113


Ignore:
Timestamp:
Mar 4, 2013, 1:19:19 AM (12 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: Make QDir::canonicalPath() and QFileInfo::canonicalFilePath() actually follow symlinks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/io/qfsfileengine.cpp

    r929 r1113  
    149149        return path;
    150150#endif
    151 #if defined(Q_OS_LINUX) || defined(Q_OS_SYMBIAN) || defined(Q_OS_MAC)
     151#if defined(Q_OS_LINUX) || defined(Q_OS_SYMBIAN) || defined(Q_OS_MAC)
    152152    // ... but Linux with uClibc does not have it
    153153#if !defined(__UCLIBC__)
Note: See TracChangeset for help on using the changeset viewer.