VirtualBox

Changeset 46764 in vbox


Ignore:
Timestamp:
Jun 24, 2013 5:26:40 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86692
Message:

FE/Qt: Build fix for r86691.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp

    r46763 r46764  
    311311
    312312    /* Creating settings pages: */
    313     QList<GlobalSettingsPageType> restrictedGlobalSettingsPages = vboxGlobal().restrictedGlobalSettingsPages(vboxGlobal().virtualBox());
     313    CVirtualBox vbox = vboxGlobal().virtualBox();
     314    QList<GlobalSettingsPageType> restrictedGlobalSettingsPages = vboxGlobal().restrictedGlobalSettingsPages(vbox);
    314315    for (int iPageIndex = GlobalSettingsPageType_General; iPageIndex < GlobalSettingsPageType_Max; ++iPageIndex)
    315316    {
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