VirtualBox

Ignore:
Timestamp:
Oct 25, 2021 1:50:22 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10067: UIWizardNewCloudVM: Migrate UIMessageCenter stuff to UINotificationCenter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageSource.cpp

    r91698 r92036  
    2929#include "UICloudNetworkingStuff.h"
    3030#include "UIIconPool.h"
    31 #include "UIMessageCenter.h"
     31#include "UINotificationCenter.h"
    3232#include "UIVirtualBoxEventHandler.h"
    3333#include "UIVirtualBoxManager.h"
     
    217217
    218218void UIWizardNewCloudVMSource::populateFormProperties(CVirtualSystemDescription comVSD,
     219                                                      UIWizardNewCloudVM *pWizard,
    219220                                                      QTabBar *pTabBar,
    220221                                                      const QString &strImageId)
     
    234235    }
    235236    if (!comVSD.isOk())
    236         msgCenter().cannotAddVirtualSystemDescriptionValue(comVSD);
     237        UINotificationMessage::cannotChangeVirtualSystemDescriptionParameter(comVSD, pWizard->notificationCenter());
    237238}
    238239
     
    517518    /* Populate vsd and form properties: */
    518519    wizard()->setVSD(createVirtualSystemDescription(wizard()));
    519     populateFormProperties(wizard()->vsd(), m_pSourceTabBar, m_strSourceImageId);
     520    populateFormProperties(wizard()->vsd(), wizard(), m_pSourceTabBar, m_strSourceImageId);
    520521    wizard()->createVSDForm();
    521522
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