VirtualBox

Changeset 61862 in vbox


Ignore:
Timestamp:
Jun 23, 2016 4:54:26 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108277
Message:
FE/Qt: UIMedium: Fix | for
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.h

    r55983 r61862  
    258258      * @note The medium is considered 'hidden' if it has corresponding
    259259      *       medium property or is connected to 'hidden' VMs only. */
    260     bool isHidden() const { return m_fHidden | m_fUsedByHiddenMachinesOnly; }
     260    bool isHidden() const { return m_fHidden || m_fUsedByHiddenMachinesOnly; }
    261261
    262262    /** Returns whether this medium is read-only
Note: See TracChangeset for help on using the changeset viewer.

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