Changeset 16927 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Feb 18, 2009 6:27:52 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43063
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsNetwork.h
r16090 r16927 106 106 bool isWrongInterface() const; 107 107 void setCurrentInterface (const QString &aName); 108 108 #if defined (Q_WS_WIN) && defined(VBOX_WITH_NETFLT) 109 void updateInterfacesList(KNetworkAttachmentType enmAttachmentType); 110 #endif 109 111 signals: 110 112 … … 123 125 124 126 private: 125 127 #if defined (Q_WS_WIN) && defined(VBOX_WITH_NETFLT) 128 void populateInterfacesList(KNetworkAttachmentType enmAttachmentType); 129 #else 126 130 void populateInterfacesList(); 127 131 #endif 128 132 QILabelSeparator *mLbTitle; 129 133 QTreeWidget *mList; 130 134 131 # if defined (Q_WS_WIN) && !defined(VBOX_WITH_NETFLT)135 # if defined (Q_WS_WIN) 132 136 QAction *mAddAction; 133 137 QAction *mDelAction; 138 # ifdef VBOX_WITH_NETFLT 139 KNetworkAttachmentType mEnmAttachmentType; 140 # endif 134 141 # endif 135 142 };
Note:
See TracChangeset
for help on using the changeset viewer.