Changeset 10728 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsUSB.h
- Timestamp:
- Jul 17, 2008 2:48:48 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33461
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsUSB.h
r10167 r10728 44 44 }; 45 45 46 enum RemoteMode 47 { 48 ModeAny = 0, 49 ModeOn, 50 ModeOff 51 }; 52 46 53 VBoxVMSettingsUSB (FilterType aType); 47 54 … … 67 74 void currentChanged (QTreeWidgetItem *aItem = 0, 68 75 QTreeWidgetItem *aPrev = 0); 69 void setCurrentText (const QString &aText); 76 70 77 void newClicked(); 71 78 void addClicked(); 79 void edtClicked(); 72 80 void addConfirmed (QAction *aAction); 73 81 void delClicked(); … … 85 93 QAction *mNewAction; 86 94 QAction *mAddAction; 95 QAction *mEdtAction; 87 96 QAction *mDelAction; 88 97 QAction *mMupAction;
Note:
See TracChangeset
for help on using the changeset viewer.