Changeset 92035 in vbox
- Timestamp:
- Oct 25, 2021 1:38:29 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147844
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.cpp
r91877 r92035 79 79 #endif /* VBOX_WS_MAC */ 80 80 81 82 UINotificationCenter *UINativeWizard::notificationCenter() const 83 { 84 return m_pNotificationCenter; 85 } 81 86 82 87 bool UINativeWizard::handleNotificationProgressNow(UINotificationProgress *pProgress) -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.h
r91877 r92035 80 80 public: 81 81 82 /** Returns local notification-center reference. */ 83 UINotificationCenter *notificationCenter() const; 82 84 /** Immediately handles notification @a pProgress object. */ 83 85 bool handleNotificationProgressNow(UINotificationProgress *pProgress);
Note:
See TracChangeset
for help on using the changeset viewer.