VirtualBox

Changeset 101057 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Sep 7, 2023 5:12:48 PM (15 months ago)
Author:
vboxsync
Message:

Main: Renamed IPlatformProperties::getStorageBusForStorageControllerType + getStorageControllerTypesForStorageBus -> getStorageBusForControllerType + getStorageControllerTypesForBus, to fix DTrace probe name length restrictions. bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIStorageSettingsEditor.cpp

    r101035 r101057  
    13861386    {
    13871387        /* Enumerate possible types and check whether type is supported or already selected before adding it: */
    1388         foreach (const KStorageControllerType &enmType, comProperties.GetStorageControllerTypesForStorageBus(enmBus))
     1388        foreach (const KStorageControllerType &enmType, comProperties.GetStorageControllerTypesForBus(enmBus))
    13891389            if (supportedTypes.contains(enmType) || enmType == m_enmType)
    13901390                m_types[enmBus] << enmType;
     
    32853285    {
    32863286        QAction *pAction = m_addControllerActions.value(enmType);
    3287         if (supportedBuses.contains(comProperties.GetStorageBusForStorageControllerType(enmType)))
     3287        if (supportedBuses.contains(comProperties.GetStorageBusForControllerType(enmType)))
    32883288            menu.addAction(pAction);
    32893289    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette