VirtualBox

Ignore:
Timestamp:
Oct 23, 2020 1:46:16 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141069
Message:

FE/Qt: bugref:9653: VirtualBox Manager: Cloud Profile Manager: Remove sigChange and linked to it signals which were previously used to notify rest of GUI parts about Cloud Profile Manager changes cause we have corresponding Main API events now.

File:
1 edited

Legend:

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

    r86590 r86687  
    3131#include "UIIconPool.h"
    3232#include "UIMessageCenter.h"
     33#include "UIVirtualBoxEventHandler.h"
    3334#include "UIVirtualBoxManager.h"
    3435#include "UIWizardNewCloudVM.h"
     
    606607
    607608    /* Setup connections: */
    608     if (gpManager)
    609         connect(gpManager, &UIVirtualBoxManager::sigCloudProfileManagerChange,
    610                 this, &UIWizardNewCloudVMPageBasic1::sltHandleLocationChange);
     609    connect(gVBoxEvents, &UIVirtualBoxEventHandler::sigCloudProfileRegistered,
     610            this, &UIWizardNewCloudVMPageBasic1::sltHandleLocationChange);
     611    connect(gVBoxEvents, &UIVirtualBoxEventHandler::sigCloudProfileChanged,
     612            this, &UIWizardNewCloudVMPageBasic1::sltHandleLocationChange);
    611613    connect(m_pLocationComboBox, static_cast<void(QIComboBox::*)(int)>(&QIComboBox::activated),
    612614            this, &UIWizardNewCloudVMPageBasic1::sltHandleLocationChange);
Note: See TracChangeset for help on using the changeset viewer.

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