- Timestamp:
- Jul 9, 2024 4:29:44 PM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 163889
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotDetailsWidget.cpp
r105241 r105243 77 77 #include "CSharedFolder.h" 78 78 #include "CStorageController.h" 79 #include "CTrustedPlatformModule.h" 79 80 #include "CUSBController.h" 80 81 #include "CUSBDeviceFilter.h" … … 1373 1374 empReport(gpConverter->toString(enmChipsetType), 1374 1375 gpConverter->toString(enmChipsetTypeOld))); 1376 } 1377 1378 /* TPM Type? */ 1379 const CTrustedPlatformModule comModule = comMachine.GetTrustedPlatformModule(); 1380 const KTpmType enmTpmType = comModule.GetType(); 1381 const CTrustedPlatformModule comModuleOld = comMachineOld.GetTrustedPlatformModule(); 1382 const KTpmType enmTpmTypeOld = comModuleOld.GetType(); 1383 if (enmTpmType != KTpmType_None) 1384 { 1385 ++iRowCount; 1386 strItem += QString(sSectionItemTpl2).arg(QApplication::translate("UIDetails", "TPM Type", "details (system)"), 1387 empReport(gpConverter->toString(enmTpmType), 1388 gpConverter->toString(enmTpmTypeOld))); 1375 1389 } 1376 1390
Note:
See TracChangeset
for help on using the changeset viewer.