Changeset 94758 in vbox for trunk/src/VBox
- Timestamp:
- Apr 29, 2022 11:37:23 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.cpp
r94756 r94758 4319 4319 connect(this, &UINotificationProgress::sigProgressFinished, 4320 4320 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 */ 4321 4327 } 4322 4328
Note:
See TracChangeset
for help on using the changeset viewer.