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/settings/machine/UIMachineSettingsGeneral.cpp

    r76606 r79365  
    2222/* GUI includes: */
    2323#include "QIWidgetValidator.h"
    24 #include "VBoxGlobal.h"
     24#include "UICommon.h"
    2525#include "UIConverter.h"
    2626#include "UIErrorString.h"
     
    355355
    356356    /* 'Basic' tab validations: */
    357     message.first = VBoxGlobal::removeAccelMark(mTwGeneral->tabText(0));
     357    message.first = UICommon::removeAccelMark(mTwGeneral->tabText(0));
    358358    message.second.clear();
    359359
     
    379379
    380380    /* 'Encryption' tab validations: */
    381     message.first = VBoxGlobal::removeAccelMark(mTwGeneral->tabText(3));
     381    message.first = UICommon::removeAccelMark(mTwGeneral->tabText(3));
    382382    message.second.clear();
    383383
     
    388388#ifdef VBOX_WITH_EXTPACK
    389389        /* Encryption Extension Pack presence test: */
    390         const CExtPack extPack = vboxGlobal().virtualBox().GetExtensionPackManager().Find(GUI_ExtPackName);
     390        const CExtPack extPack = uiCommon().virtualBox().GetExtensionPackManager().Find(GUI_ExtPackName);
    391391        if (extPack.isNull() || !extPack.GetUsable())
    392392        {
     
    705705            {
    706706                // Must update long mode CPU feature bit when os type changed:
    707                 CVirtualBox vbox = vboxGlobal().virtualBox();
     707                CVirtualBox vbox = uiCommon().virtualBox();
    708708                // Should we check global object getters?
    709709                const CGuestOSType &comNewType = vbox.GetGuestOSType(newGeneralData.m_strGuestOsTypeId);
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