Changeset 19096 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 22, 2009 8:46:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsNetworkDetails.cpp
r18312 r19096 64 64 mLeIPv6->setFixedWidthByText (QString().fill ('X', 32) + QString().fill (':', 7)); 65 65 66 #if defined (Q_WS_WIN32)66 #if 0 /* defined (Q_WS_WIN32) */ 67 67 QStyleOption options1; 68 68 options1.initFrom (mCbManual); … … 107 107 /* Host-only Interface */ 108 108 mCbManual->setChecked (!mItem->isDhcpClientEnabled()); 109 #if ! defined (Q_WS_WIN32)110 /* Disable automatic for all except winfor now */109 #if !0 /* !defined (Q_WS_WIN32) */ 110 /* Disable automatic for all hosts for now */ 111 111 mCbManual->setChecked (true); 112 112 mCbManual->setEnabled (false);
Note:
See TracChangeset
for help on using the changeset viewer.