- Timestamp:
- Oct 28, 2020 5:22:07 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.cpp
r86652 r86743 93 93 { 94 94 return node() ? node()->toGroupNode() : 0; 95 } 96 97 QUuid UIChooserItemGroup::id() const 98 { 99 return nodeToGroupType() ? nodeToGroupType()->id() : QUuid(); 95 100 } 96 101 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.h
r86652 r86743 73 73 /** Returns group node reference. */ 74 74 UIChooserNodeGroup *nodeToGroupType() const; 75 75 /** Returns item machine id. */ 76 QUuid id() const; 76 77 /** Returns group node type. */ 77 78 UIChooserNodeGroupType groupType() const;
Note:
See TracChangeset
for help on using the changeset viewer.