VirtualBox

Ignore:
Timestamp:
Nov 10, 2017 12:31:15 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119005
Message:

Burn fix for r119004.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsButton.cpp

    r69640 r69641  
    3535    : QIGraphicsWidget(pParent)
    3636    , m_icon(icon)
    37     , m_fParentSelected(false)
    38 {
    39     /* Refresh finally: */
    40     refresh();
    41 }
    42 
    43 UIGraphicsButton::UIGraphicsButton(QIGraphicsWidget *pParent, UIGraphicsButtonType buttonType)
    44     : QIGraphicsWidget(pParent)
    4537    , m_fParentSelected(false)
    4638{
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsButton.h

    r69640 r69641  
    3030class QPropertyAnimation;
    3131
    32 /* Graphics-button types: */
    33 enum UIGraphicsButtonType
    34 {
    35     UIGraphicsButtonType_Iconified,
    36     UIGraphicsButtonType_DirectArrow,
    37     UIGraphicsButtonType_RoundArrow
    38 };
    39 
    4032/* Graphics-button representation: */
    4133class UIGraphicsButton : public QIGraphicsWidget
     
    5244    /* Constructor: */
    5345    UIGraphicsButton(QIGraphicsWidget *pParent, const QIcon &icon);
    54     UIGraphicsButton(QIGraphicsWidget *pParent, UIGraphicsButtonType buttonType);
    5546
    5647    /* API: Parent stuff: */
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