Changeset 49340 in vbox
- Timestamp:
- Oct 30, 2013 9:07:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r49337 r49340 1473 1473 const CHostVideoInputDeviceVector &webcams = host.GetVideoInputDevices(); Q_UNUSED(webcams); 1474 1474 ULONG cOhciCtls = machine.GetUSBControllerCountByType(KUSBControllerType_OHCI); 1475 bool fWebCamsEnabled = host.isOk() && cOhciCtls && machine.GetUSBProxyAvailable();1475 bool fWebCamsEnabled = host.isOk() && cOhciCtls; 1476 1476 1477 1477 /* Show/Hide WebCams menu depending on ExtPack availability: */
Note:
See TracChangeset
for help on using the changeset viewer.

