Changeset 96672 in vbox for trunk/src/VBox
- Timestamp:
- Sep 9, 2022 12:57:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UITpmEditor.cpp
r96669 r96672 37 37 #include "UITpmEditor.h" 38 38 39 #if 0 // no API currently40 39 /* COM includes: */ 41 40 #include "CSystemProperties.h" 42 #endif // no API currently43 41 44 42 … … 149 147 m_pCombo->clear(); 150 148 151 #if 0 // no API currently152 149 /* Load currently supported values: */ 153 150 CSystemProperties comProperties = uiCommon().virtualBox().GetSystemProperties(); 154 151 m_supportedValues = comProperties.GetSupportedTpmTypes(); 155 #else156 m_supportedValues = QVector<KTpmType>() << KTpmType_None157 << KTpmType_v1_2158 << KTpmType_v2_0;159 #endif // no API currently160 152 161 153 /* Make sure requested value if sane is present as well: */
Note:
See TracChangeset
for help on using the changeset viewer.