VirtualBox

Ignore:
Timestamp:
Apr 22, 2009 8:46:34 AM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: 3845: Global Settings / Network page: disable automatic host-only interface configuration for win host.

File:
1 edited

Legend:

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

    r18312 r19096  
    6464    mLeIPv6->setFixedWidthByText (QString().fill ('X', 32) + QString().fill (':', 7));
    6565
    66 #if defined (Q_WS_WIN32)
     66#if 0 /* defined (Q_WS_WIN32) */
    6767    QStyleOption options1;
    6868    options1.initFrom (mCbManual);
     
    107107    /* Host-only Interface */
    108108    mCbManual->setChecked (!mItem->isDhcpClientEnabled());
    109 #if !defined (Q_WS_WIN32)
    110     /* Disable automatic for all except win for now */
     109#if !0 /* !defined (Q_WS_WIN32) */
     110    /* Disable automatic for all hosts for now */
    111111    mCbManual->setChecked (true);
    112112    mCbManual->setEnabled (false);
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