Changeset 135 for smplayer/trunk/src/smplayer.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/smplayer.cpp
r128 r135 392 392 QString win_ver; 393 393 switch (QSysInfo::WindowsVersion) { 394 case QSysInfo::WV_32s: win_ver = "Windows 3.1"; break;395 case QSysInfo::WV_95: win_ver = "Windows 95"; break;396 case QSysInfo::WV_98: win_ver = "Windows 98"; break;397 case QSysInfo::WV_Me: win_ver = "Windows Me"; break;398 case QSysInfo::WV_NT: win_ver = "Windows NT"; break;399 394 case QSysInfo::WV_2000: win_ver = "Windows 2000"; break; 400 395 case QSysInfo::WV_XP: win_ver = "Windows XP"; break; … … 403 398 #if QT_VERSION >= 0x040501 404 399 case QSysInfo::WV_WINDOWS7: win_ver = "Windows 7"; break; 400 #endif 401 #if QT_VERSION >= 0x040803 402 case QSysInfo::WV_WINDOWS8: win_ver = "Windows 8"; break; 405 403 #endif 406 404 default: win_ver = QString("other: %1").arg(QSysInfo::WindowsVersion);
Note:
See TracChangeset
for help on using the changeset viewer.