VirtualBox

儲存庫 vbox 的更動 11872


忽略:
時間撮記:
2008-8-30 下午02:16:29 (16 年 以前)
作者:
vboxsync
訊息:

Remove the TAP fields (VBOX_WITH_NETFLT).

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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();
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette