Changeset 133 for smplayer/vendor/current/src/helper.cpp
- Timestamp:
- Oct 24, 2012, 7:56:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/helper.cpp
r127 r133 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.