VirtualBox

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


Ignore:
Timestamp:
Sep 13, 2023 2:33:32 PM (15 months ago)
Author:
vboxsync
Message:

FE/Qt: Added the ARMv8Virtual chipset type to UIConverterBackendCOM::toString(). bugref:10510

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp

    r98103 r101110  
    719719    switch (type)
    720720    {
    721         case KChipsetType_PIIX3: return QApplication::translate("UICommon", "PIIX3", "ChipsetType");
    722         case KChipsetType_ICH9:  return QApplication::translate("UICommon", "ICH9", "ChipsetType");
     721        case KChipsetType_PIIX3:        return QApplication::translate("UICommon", "PIIX3", "ChipsetType");
     722        case KChipsetType_ICH9:         return QApplication::translate("UICommon", "ICH9", "ChipsetType");
     723        case KChipsetType_ARMv8Virtual: return QApplication::translate("UICommon", "ARMv8Virtual", "ChipsetType");
    723724        default: AssertMsgFailed(("No text for %d", type)); break;
    724725    }
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