Changeset 769 for trunk/src/corelib/io/qfsfileengine.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/io/qfsfileengine.cpp
r690 r769 146 146 // Mac OS X 10.5.x doesn't support the realpath(X,0) extenstion we use here. 147 147 #if defined(Q_OS_LINUX) || defined(Q_OS_SYMBIAN) 148 149 148 150 char *ret = realpath(path.toLocal8Bit().constData(), (char*)0); 149 151 if (ret) { … … 152 154 return canonicalPath; 153 155 } 156 154 157 #endif 155 158
Note:
See TracChangeset
for help on using the changeset viewer.