Changeset 90720 in vbox
- Timestamp:
- Aug 18, 2021 2:11:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationProgressTask.h
r90291 r90720 48 48 49 49 /** Creates and returns started progress-wrapper required to init UIProgressObject. 50 * @note You don't need to reload it, it uses createProgressEx()51 * which should be reloaded in your sub-class. */50 * @note You don't need to reload it, it uses pParent's createProgress() 51 * which should be reloaded in your pParent sub-class. */ 52 52 virtual CProgress createProgress() /* override final */; 53 53 /** Handles finished @a comProgress wrapper.
Note:
See TracChangeset
for help on using the changeset viewer.