Changeset 61862 in vbox
- Timestamp:
- Jun 23, 2016 4:54:26 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108277
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.h
r55983 r61862 258 258 * @note The medium is considered 'hidden' if it has corresponding 259 259 * 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; } 261 261 262 262 /** Returns whether this medium is read-only
Note:
See TracChangeset
for help on using the changeset viewer.