VirtualBox

Changeset 108148 in vbox for trunk/src


Ignore:
Timestamp:
Feb 10, 2025 6:03:41 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167453
Message:

FE/Qt: bugref:10814: VBox Manager / Chooser pane: Build fix for r167452.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser
Files:
2 edited

Legend:

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

    r108147 r108148  
    3636
    3737UIChooserNodeGlobal::UIChooserNodeGlobal(UIChooserNode *pParent,
    38                                          int iPosition,
    39                                          const QString &)
    40     : UIChooserNode(pParent)
    41 {
    42     /* Add to parent: */
    43     if (parentNode())
    44         parentNode()->addNode(this, iPosition);
    45 
    46     /* Apply language settings: */
    47     sltRetranslateUI();
    48     connect(&translationEventListener(), &UITranslationEventListener::sigRetranslateUI,
    49             this, &UIChooserNodeGlobal::sltRetranslateUI);
    50 }
    51 
    52 UIChooserNodeGlobal::UIChooserNodeGlobal(UIChooserNode *pParent,
    53                                          int iPosition,
    54                                          UIChooserNodeGlobal *pCopyFrom)
     38                                         int iPosition)
    5539    : UIChooserNode(pParent)
    5640{
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserNodeGlobal.h

    r108147 r108148  
    4444
    4545    /** Constructs chooser node passing @a pParent to the base-class.
    46       * @param  iPosition  Brings the initial node position.
    47       * @param  strTip     Brings the dummy tip. */
     46      * @param  iPosition  Brings the initial node position. */
    4847    UIChooserNodeGlobal(UIChooserNode *pParent,
    49                         int iPosition,
    50                         const QString &strTip);
    51     /** Constructs chooser node passing @a pParent to the base-class.
    52       * @param  iPosition  Brings the initial node position.
    53       * @param  pCopyFrom  Brings the node to copy data from. */
    54     UIChooserNodeGlobal(UIChooserNode *pParent,
    55                         int iPosition,
    56                         UIChooserNodeGlobal *pCopyFrom);
     48                        int iPosition);
    5749    /** Destructs chooser node. */
    5850    virtual ~UIChooserNodeGlobal() RT_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