VirtualBox

Changeset 11872 in vbox for trunk/src


Ignore:
Timestamp:
Aug 30, 2008 2:16:29 PM (16 years ago)
Author:
vboxsync
Message:

Remove the TAP fields (VBOX_WITH_NETFLT).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h

    r11849 r11872  
    4747    cbNetworkAttachment->insertItem (vboxGlobal().toString (KNetworkAttachmentType_Internal));
    4848
    49 #if defined Q_WS_X11
     49#if defined Q_WS_X11 && !defined VBOX_WITH_NETFLT
    5050    leTAPDescriptor->setValidator (new QIntValidator (-1, std::numeric_limits <LONG>::max(), this));
    5151#else
     
    169169    cbInternalNetworkName->setCurrentText (adapter.GetInternalNetwork());
    170170
    171 #if defined Q_WS_X11
     171#if defined Q_WS_X11 && !defined VBOX_WITH_NETFLT
    172172    leTAPDescriptor->setText (QString::number (adapter.GetTAPFileDescriptor()));
    173173    leTAPSetup->setText (adapter.GetTAPSetupApplication());
     
    217217        cadapter.SetHostInterface (iface.isEmpty() ? QString::null : iface);
    218218#endif
    219 #if defined Q_WS_X11
     219#if defined Q_WS_X11 && !defined VBOX_WITH_NETFLT
    220220        cadapter.SetTAPFileDescriptor (leTAPDescriptor->text().toLong());
    221221        QString setup = leTAPSetup->text();
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