Changeset 90591 in vbox
- Timestamp:
- Aug 10, 2021 10:19:38 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146202
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObject.cpp
r90590 r90591 110 110 111 111 #ifdef VBOX_GUI_WITH_NETWORK_MANAGER 112 113 112 114 /********************************************************************************************************************************* 113 115 * Class UINotificationDownloader implementation. * … … 181 183 emit sigProgressFailed(); 182 184 } 185 183 186 #endif /* VBOX_GUI_WITH_NETWORK_MANAGER */ -
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjectItem.cpp
r90590 r90591 273 273 274 274 #ifdef VBOX_GUI_WITH_NETWORK_MANAGER 275 276 275 277 /********************************************************************************************************************************* 276 278 * Class UINotificationDownloaderItem implementation. * … … 369 371 } 370 372 } 373 371 374 #endif /* VBOX_GUI_WITH_NETWORK_MANAGER */ 372 375 -
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.cpp
r90590 r90591 1491 1491 1492 1492 #ifdef VBOX_GUI_WITH_NETWORK_MANAGER 1493 1494 1493 1495 /********************************************************************************************************************************* 1494 1496 * Class UINotificationDownloaderExtensionPack implementation. * … … 1657 1659 return 0; 1658 1660 } 1661 1659 1662 #endif /* VBOX_GUI_WITH_NETWORK_MANAGER */
Note:
See TracChangeset
for help on using the changeset viewer.