VirtualBox

Ignore:
Timestamp:
May 29, 2020 2:10:06 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138344
Message:

FE/Qt: bugref:9653: VirtualBox Manager: Chooser pane: General simplification for Chooser-pane nodes constructors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserNodeGlobal.h

    r84373 r84610  
    3434
    3535    /** Constructs chooser node passing @a pParent to the base-class.
     36      * @param  iPosition  Brings the initial node position.
    3637      * @param  fFavorite  Brings whether the node is favorite.
    37       * @param  iPosition  Brings the initial node position.
    3838      * @param  strTip     Brings the dummy tip. */
    3939    UIChooserNodeGlobal(UIChooserNode *pParent,
     40                        int iPosition,
    4041                        bool fFavorite,
    41                         int iPosition,
    4242                        const QString &strTip);
    4343    /** 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. */
    4646    UIChooserNodeGlobal(UIChooserNode *pParent,
    47                         UIChooserNodeGlobal *pCopyFrom,
    48                         int iPosition);
     47                        int iPosition,
     48                        UIChooserNodeGlobal *pCopyFrom);
    4949    /** Destructs chooser node. */
    5050    virtual ~UIChooserNodeGlobal() /* override */;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette