Changeset 1266 in vbox
- Timestamp:
- Mar 6, 2007 12:38:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r1236 r1266 566 566 static QStringList list; 567 567 if (list.empty()) 568 for (uint i = 0; i < deviceTypes.count() ; i++)568 for (uint i = 0; i < deviceTypes.count() - 1 /* usb=n/a */; i++) 569 569 list += deviceTypes [i]; 570 570 return list;
Note:
See TracChangeset
for help on using the changeset viewer.