VirtualBox

Ignore:
Timestamp:
Sep 17, 2020 12:03:39 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140396
Message:

FE/Qt: bugref:9827: Forgot something in r140369.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIUpdateSettingsEditor.h

    r86128 r86151  
    3636class QLabel;
    3737
    38 /** QWidget subclass used as a global update settings editor. */
     38/** QWidget subclass used as a update settings editor. */
    3939class SHARED_LIBRARY_STUFF UIUpdateSettingsEditor : public QIWithRetranslateUI<QWidget>
    4040{
     
    4343public:
    4444
    45     /** Constructs global update settings editor passing @a pParent to the base-class. */
     45    /** Constructs update settings editor passing @a pParent to the base-class. */
    4646    UIUpdateSettingsEditor(QWidget *pParent = 0);
    4747
     
    5050    /** Returns editor value. */
    5151    VBoxUpdateData value() const;
    52 
    53     /** Returns period type. */
    54     VBoxUpdateData::PeriodType periodType() const;
    55     /** Returns branch type. */
    56     VBoxUpdateData::BranchType branchType() const;
    5752
    5853protected:
     
    7671    /** Prepares connections. */
    7772    void prepareConnections();
     73
     74    /** Returns period type. */
     75    VBoxUpdateData::PeriodType periodType() const;
     76    /** Returns branch type. */
     77    VBoxUpdateData::BranchType branchType() const;
    7878
    7979    /** Holds the value to be set. */
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