VirtualBox

Changeset 68157 in vbox


Ignore:
Timestamp:
Jul 28, 2017 2:34:12 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8900: Allow to create desktop pane with no parent, required for embedding it into Machine Tools pane (forgot to do that together with r117244).

Location:
trunk/src/VBox/Frontends/VirtualBox/src/selector
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIDesktopPane.cpp

    r63977 r68157  
    227227*********************************************************************************************************************************/
    228228
    229 UIDesktopPane::UIDesktopPane(QAction *pRefreshAction, QWidget *pParent)
     229UIDesktopPane::UIDesktopPane(QAction *pRefreshAction, QWidget *pParent /* = 0 */)
    230230    : QWidget(pParent)
    231231{
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIDesktopPane.h

    r63952 r68157  
    3838    /** Constructs desktop pane passing @a pParent to the base-class.
    3939      * @param  pRefreshAction  Brings the refresh action reference. */
    40     UIDesktopPane(QAction *pRefreshAction, QWidget *pParent);
     40    UIDesktopPane(QAction *pRefreshAction, QWidget *pParent = 0);
    4141
    4242    /** Updates @a strText details and switches to text details pane. */
Note: See TracChangeset for help on using the changeset viewer.

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