Changeset 88507 in vbox
- Timestamp:
- Apr 14, 2021 12:56:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetails.h
r88506 r88507 48 48 const QString &strControl, 49 49 const QUuid &uId); 50 50 51 51 /** Notifies listeners about toggling started. */ 52 52 void sigToggleStarted(); … … 59 59 /** Constructs Details pane passing @a pParent to the base-class. */ 60 60 UIDetails(QWidget *pParent = 0); 61 61 62 62 /** @name General stuff. 63 63 * @{ */ … … 66 66 /** Return the Details-view instance. */ 67 67 UIDetailsView *view() const { return m_pDetailsView; } 68 68 69 69 /** Replaces current model @a items. */ 70 70 void setItems(const QList<UIVirtualMachineItem*> &items);
Note:
See TracChangeset
for help on using the changeset viewer.