Changeset 84610 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserNodeGlobal.h
- Timestamp:
- May 29, 2020 2:10:06 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138344
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserNodeGlobal.h
r84373 r84610 34 34 35 35 /** Constructs chooser node passing @a pParent to the base-class. 36 * @param iPosition Brings the initial node position. 36 37 * @param fFavorite Brings whether the node is favorite. 37 * @param iPosition Brings the initial node position.38 38 * @param strTip Brings the dummy tip. */ 39 39 UIChooserNodeGlobal(UIChooserNode *pParent, 40 int iPosition, 40 41 bool fFavorite, 41 int iPosition,42 42 const QString &strTip); 43 43 /** Constructs chooser node passing @a pParent to the base-class. 44 * @param pCopyFrom Brings the node to copy data from.45 * @param iPosition Brings the initial node position. */44 * @param iPosition Brings the initial node position. 45 * @param pCopyFrom Brings the node to copy data from. */ 46 46 UIChooserNodeGlobal(UIChooserNode *pParent, 47 UIChooserNodeGlobal *pCopyFrom,48 int iPosition);47 int iPosition, 48 UIChooserNodeGlobal *pCopyFrom); 49 49 /** Destructs chooser node. */ 50 50 virtual ~UIChooserNodeGlobal() /* override */;
Note:
See TracChangeset
for help on using the changeset viewer.