VirtualBox

Changeset 71394 in vbox


Ignore:
Timestamp:
Mar 20, 2018 11:27:00 AM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9049: Small cleanup for QIArrowButtonSwitch.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.cpp

    r69500 r71394  
    55
    66/*
    7  * Copyright (C) 2006-2017 Oracle Corporation
     7 * Copyright (C) 2006-2018 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.h

    r69500 r71394  
    55
    66/*
    7  * Copyright (C) 2006-2017 Oracle Corporation
     7 * Copyright (C) 2006-2018 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3434public:
    3535
    36     /** Constructor, passes @a pParent to the QIRichToolButton constructor. */
     36    /** Constructs button passing @a pParent to the base-class. */
    3737    QIArrowButtonSwitch(QWidget *pParent = 0);
    3838
     
    4747protected slots:
    4848
    49     /** Button-click handler. */
     49    /** Handles button-click. */
    5050    virtual void sltButtonClicked();
    5151
    5252protected:
    5353
    54     /** Key-press-event handler. */
    55     virtual void keyPressEvent(QKeyEvent *pEvent);
     54    /** Handles key-press @a pEvent. */
     55    virtual void keyPressEvent(QKeyEvent *pEvent) /* override */;
    5656
    5757private:
     
    7070
    7171#endif /* !___QIArrowButtonSwitch_h___ */
     72
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