Changeset 18832 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Apr 7, 2009 3:59:10 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsNetwork.h
r17901 r18832 81 81 VBoxVMSettingsNetworkPage(); 82 82 83 QStringList netList() const; 84 QStringList intList (KHostNetworkInterfaceType aType) const; 83 QStringList intList (bool aRefresh = false); 84 QStringList brgList (bool aRefresh = false); 85 QStringList hoiList (bool aRefresh = false); 85 86 86 87 protected: … … 98 99 QIWidgetValidator *mValidator; 99 100 QTabWidget *mTwAdapters; 101 102 QStringList mIntList; 103 QStringList mBrgList; 104 QStringList mHoiList; 100 105 }; 101 106 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsNetworkDetails.h
r18733 r18832 61 61 62 62 void populateComboboxes(); 63 void saveAlternative(); 63 64 QComboBox* comboBox() const; 64 65
Note:
See TracChangeset
for help on using the changeset viewer.