Changeset 76998 in vbox
- Timestamp:
- Jan 25, 2019 9:53:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumItem.h
r76996 r76998 72 72 KMediumState state() const { return m_guiMedium.state(); } 73 73 74 /** Returns Q String<i>ID</i> of the wrapped UIMedium. */74 /** Returns QUuid <i>ID</i> of the wrapped UIMedium. */ 75 75 QUuid id() const { return m_guiMedium.id(); } 76 /** Returns QString <i>name</i> of the wrapped UIMedium. */ 77 QString name() const { return m_guiMedium.name(); } 78 76 79 /** Returns QString <i>location</i> of the wrapped UIMedium. */ 77 80 QString location() const { return m_guiMedium.location(); }
Note:
See TracChangeset
for help on using the changeset viewer.

