VirtualBox

Ignore:
Timestamp:
Jul 18, 2008 9:04:37 PM (16 years ago)
Author:
vboxsync
Message:

Quickly re-enabled the HIF and internal networking panels on the mac. (the HIF bit needs some fixing I guess, but later.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsNetwork.cpp

    r10696 r10759  
    6767    setTapVisible (false);
    6868#endif
    69 #ifdef Q_WS_MAC
     69#ifdef Q_WS_MAC /// @todo hif on mac
    7070    /* No Host Interface Networking on the Mac yet */
    7171    setTapVisible (false);
     
    341341    mCbNAType->setItemData (1,
    342342        mCbNAType->itemText(1), Qt::ToolTipRole);
    343 #ifndef Q_WS_MAC /* Not yet on the Mac */
    344343    mCbNAType->insertItem (2,
    345344        vboxGlobal().toString (KNetworkAttachmentType_HostInterface));
     
    350349    mCbNAType->setItemData (3,
    351350        mCbNAType->itemText(3), Qt::ToolTipRole);
    352 #endif
    353351    /* Set the old value */
    354352    mCbNAType->setCurrentIndex (currentAttachment);
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