Changeset 101057 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 7, 2023 5:12:48 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIStorageSettingsEditor.cpp
r101035 r101057 1386 1386 { 1387 1387 /* Enumerate possible types and check whether type is supported or already selected before adding it: */ 1388 foreach (const KStorageControllerType &enmType, comProperties.GetStorageControllerTypesFor StorageBus(enmBus))1388 foreach (const KStorageControllerType &enmType, comProperties.GetStorageControllerTypesForBus(enmBus)) 1389 1389 if (supportedTypes.contains(enmType) || enmType == m_enmType) 1390 1390 m_types[enmBus] << enmType; … … 3285 3285 { 3286 3286 QAction *pAction = m_addControllerActions.value(enmType); 3287 if (supportedBuses.contains(comProperties.GetStorageBusFor StorageControllerType(enmType)))3287 if (supportedBuses.contains(comProperties.GetStorageBusForControllerType(enmType))) 3288 3288 menu.addAction(pAction); 3289 3289 }
Note:
See TracChangeset
for help on using the changeset viewer.