Changeset 90560 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/networking/UIUpdateManager.cpp
- Timestamp:
- Aug 7, 2021 7:36:02 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146166
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/networking/UIUpdateManager.cpp
r90559 r90560 27 27 #include "UICommon.h" 28 28 #include "VBoxUtils.h" 29 #include "UIDownloaderExtensionPack.h"30 29 #include "UIExtraDataManager.h" 31 30 #include "UIMessageCenter.h" … … 420 419 421 420 /* Return if already downloading: */ 422 if (UI DownloaderExtensionPack::current())421 if (UINotificationDownloaderExtensionPack::exists()) 423 422 { 424 423 emit sigStepComplete(); … … 491 490 492 491 /* Download extension pack: */ 493 UINotificationDownloaderExtensionPack *pNotification = new UINotificationDownloaderExtensionPack(GUI_ExtPackName);492 UINotificationDownloaderExtensionPack *pNotification = UINotificationDownloaderExtensionPack::instance(GUI_ExtPackName); 494 493 /* After downloading finished => propose to install the Extension Pack: */ 495 494 connect(pNotification, &UINotificationDownloaderExtensionPack::sigExtensionPackDownloaded,
Note:
See TracChangeset
for help on using the changeset viewer.