Changeset 10759 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jul 18, 2008 9:04:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsNetwork.cpp
r10696 r10759 67 67 setTapVisible (false); 68 68 #endif 69 #ifdef Q_WS_MAC 69 #ifdef Q_WS_MAC /// @todo hif on mac 70 70 /* No Host Interface Networking on the Mac yet */ 71 71 setTapVisible (false); … … 341 341 mCbNAType->setItemData (1, 342 342 mCbNAType->itemText(1), Qt::ToolTipRole); 343 #ifndef Q_WS_MAC /* Not yet on the Mac */344 343 mCbNAType->insertItem (2, 345 344 vboxGlobal().toString (KNetworkAttachmentType_HostInterface)); … … 350 349 mCbNAType->setItemData (3, 351 350 mCbNAType->itemText(3), Qt::ToolTipRole); 352 #endif353 351 /* Set the old value */ 354 352 mCbNAType->setCurrentIndex (currentAttachment);
Note:
See TracChangeset
for help on using the changeset viewer.