VirtualBox

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


Ignore:
Timestamp:
Nov 21, 2018 10:49:30 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9289: Build fix for r126814.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsModel.cpp

    r75636 r75637  
    966966                    static_cast<UIExtraDataMetaDefs::DetailsElementOptionTypeDescription>(metaEnum.keyToValue(metaEnum.key(iKeyIndex)));
    967967                /* Skip invalid and default types: */
    968                 if (   enmOptionType == UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral_Invalid
    969                     || enmOptionType == UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral_Default)
     968                if (   enmOptionType == UIExtraDataMetaDefs::DetailsElementOptionTypeDescription_Invalid
     969                    || enmOptionType == UIExtraDataMetaDefs::DetailsElementOptionTypeDescription_Default)
    970970                    continue;
    971971                /* And create list-widget item of it: */
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