Changeset 135 for smplayer/trunk/src/helper.cpp
- Timestamp:
- Oct 24, 2012, 8:25:23 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 133
- Property svn:mergeinfo changed
-
smplayer/trunk/src/helper.cpp
r128 r135 91 91 // http://docs.scribus.net/devel/util_8cpp-source.html#l00112 92 92 QString Helper::shortPathName(QString long_path) { 93 if ( (QSysInfo::WindowsVersion >= QSysInfo::WV_NT) && (QFile::exists(long_path))) {93 if (QFile::exists(long_path)) { 94 94 QString short_path = long_path; 95 95
Note:
See TracChangeset
for help on using the changeset viewer.