Changeset 86655 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.h
- Timestamp:
- Oct 20, 2020 2:59:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.h
r85508 r86655 53 53 /** @} */ 54 54 55 /** @name Cloud update stuff. 56 * @{ */ 57 /** Notifies listeners about cloud update state change. */ 58 void sigCloudUpdateStateChanged(); 59 /** @} */ 60 55 61 /** @name Tool stuff. 56 62 * @{ */ … … 103 109 /** Returns whether group saving is in progress. */ 104 110 bool isGroupSavingInProgress() const; 111 /** @} */ 112 113 /** @name Cloud update stuff. 114 * @{ */ 115 /** Returns whether cloud update is in progress. */ 116 bool isCloudUpdateInProgress() const; 105 117 /** @} */ 106 118
Note:
See TracChangeset
for help on using the changeset viewer.