Changeset 86151 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 17, 2020 12:03:39 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140396
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIUpdateSettingsEditor.h
r86128 r86151 36 36 class QLabel; 37 37 38 /** QWidget subclass used as a globalupdate settings editor. */38 /** QWidget subclass used as a update settings editor. */ 39 39 class SHARED_LIBRARY_STUFF UIUpdateSettingsEditor : public QIWithRetranslateUI<QWidget> 40 40 { … … 43 43 public: 44 44 45 /** Constructs globalupdate settings editor passing @a pParent to the base-class. */45 /** Constructs update settings editor passing @a pParent to the base-class. */ 46 46 UIUpdateSettingsEditor(QWidget *pParent = 0); 47 47 … … 50 50 /** Returns editor value. */ 51 51 VBoxUpdateData value() const; 52 53 /** Returns period type. */54 VBoxUpdateData::PeriodType periodType() const;55 /** Returns branch type. */56 VBoxUpdateData::BranchType branchType() const;57 52 58 53 protected: … … 76 71 /** Prepares connections. */ 77 72 void prepareConnections(); 73 74 /** Returns period type. */ 75 VBoxUpdateData::PeriodType periodType() const; 76 /** Returns branch type. */ 77 VBoxUpdateData::BranchType branchType() const; 78 78 79 79 /** Holds the value to be set. */
Note:
See TracChangeset
for help on using the changeset viewer.