VirtualBox

Ignore:
Timestamp:
Jun 26, 2019 3:57:32 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131599
Message:

Renaming VBoxGlobal to UICommon for bugref:9049 as planned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.cpp

    r78993 r79365  
    2323#include "QILabelSeparator.h"
    2424#include "QIRichTextLabel.h"
    25 #include "VBoxGlobal.h"
     25#include "UICommon.h"
    2626#include "UIMessageCenter.h"
    2727#include "UIWizardExportApp.h"
     
    6262        {
    6363            /* Get the machine with the uMachineId: */
    64             CVirtualBox comVBox = vboxGlobal().virtualBox();
     64            CVirtualBox comVBox = uiCommon().virtualBox();
    6565            CMachine comMachine = comVBox.FindMachine(uMachineId.toString());
    6666            if (comVBox.isOk() && comMachine.isNotNull())
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