Changeset 83672 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserNodeGlobal.cpp
- Timestamp:
- Apr 10, 2020 4:27:16 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137158
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserNodeGlobal.cpp
r83316 r83672 80 80 } 81 81 82 bool UIChooserNodeGlobal::hasNodes(UIChooser ItemType enmType /* = UIChooserItemType_Any */) const82 bool UIChooserNodeGlobal::hasNodes(UIChooserNodeType enmType /* = UIChooserNodeType_Any */) const 83 83 { 84 84 Q_UNUSED(enmType); … … 86 86 } 87 87 88 QList<UIChooserNode*> UIChooserNodeGlobal::nodes(UIChooser ItemType enmType /* = UIChooserItemType_Any */) const88 QList<UIChooserNode*> UIChooserNodeGlobal::nodes(UIChooserNodeType enmType /* = UIChooserNodeType_Any */) const 89 89 { 90 90 Q_UNUSED(enmType);
Note:
See TracChangeset
for help on using the changeset viewer.