Changeset 92036 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageSource.cpp
- Timestamp:
- Oct 25, 2021 1:50:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageSource.cpp
r91698 r92036 29 29 #include "UICloudNetworkingStuff.h" 30 30 #include "UIIconPool.h" 31 #include "UI MessageCenter.h"31 #include "UINotificationCenter.h" 32 32 #include "UIVirtualBoxEventHandler.h" 33 33 #include "UIVirtualBoxManager.h" … … 217 217 218 218 void UIWizardNewCloudVMSource::populateFormProperties(CVirtualSystemDescription comVSD, 219 UIWizardNewCloudVM *pWizard, 219 220 QTabBar *pTabBar, 220 221 const QString &strImageId) … … 234 235 } 235 236 if (!comVSD.isOk()) 236 msgCenter().cannotAddVirtualSystemDescriptionValue(comVSD);237 UINotificationMessage::cannotChangeVirtualSystemDescriptionParameter(comVSD, pWizard->notificationCenter()); 237 238 } 238 239 … … 517 518 /* Populate vsd and form properties: */ 518 519 wizard()->setVSD(createVirtualSystemDescription(wizard())); 519 populateFormProperties(wizard()->vsd(), m_pSourceTabBar, m_strSourceImageId);520 populateFormProperties(wizard()->vsd(), wizard(), m_pSourceTabBar, m_strSourceImageId); 520 521 wizard()->createVSDForm(); 521 522
Note:
See TracChangeset
for help on using the changeset viewer.