VirtualBox

Changeset 94758 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 29, 2022 11:37:23 AM (3 years ago)
Author:
vboxsync
Message:

Main/VBoxManage/Update check: More code + docs for proxy settings handling [build fix, removed a bit too much]. bugref:7983

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.cpp

    r94756 r94758  
    43194319    connect(this, &UINotificationProgress::sigProgressFinished,
    43204320            this, &UINotificationProgressNewVersionChecker::sltHandleProgressFinished);
     4321
     4322#ifdef VBOX_WITH_UPDATE_AGENT
     4323    CHost comHost = uiCommon().host();
     4324    if (!comHost.isNull())
     4325       m_comUpdateHost = comHost.GetUpdateHost();
     4326#endif /* VBOX_WITH_UPDATE_AGENT */
    43214327}
    43224328
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette