Changeset 94007 in vbox
- Timestamp:
- Mar 1, 2022 1:06:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.cpp
r93990 r94007 373 373 propertyStringList << UIFileManager::tr("<b>Type:</b> %1<br/>").arg(fileTypeString(fileType(fileInfo))); 374 374 /* Creation Date: */ 375 #if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0) 376 propertyStringList << UIFileManager::tr("<b>Created:</b> %1<br/>").arg(fileInfo.birthTime().toString()); 377 #else 375 378 propertyStringList << UIFileManager::tr("<b>Created:</b> %1<br/>").arg(fileInfo.created().toString()); 379 #endif 376 380 /* Last Modification Date: */ 377 381 propertyStringList << UIFileManager::tr("<b>Modified:</b> %1<br/>").arg(fileInfo.lastModified().toString());
Note:
See TracChangeset
for help on using the changeset viewer.