Changeset 1234 in vbox
- Timestamp:
- Mar 5, 2007 5:58:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r815 r1234 331 331 /* usb filters page */ 332 332 333 /// @todo currently, we always disable USB UI on XPCOM-based hosts because 334 /// QueryInterface on CUSBDeviceFilter doesn't return CHostUSBDeviceFilter 335 /// for host filters (most likely, our XPCOM/IPC/DCONNECT bug). 336 337 #ifdef Q_OS_WIN32 333 338 CHost host = vboxGlobal().virtualBox().GetHost(); 334 339 CHostUSBDeviceFilterCollection coll = host.GetUSBDeviceFilters(); 335 340 if (coll.isNull()) 336 341 { 342 #endif 337 343 /* disable the USB host filters category if the USB is 338 344 * not available (i.e. in VirtualBox OSE) */ … … 345 351 pageUSB->setEnabled (false); 346 352 353 #ifdef Q_OS_WIN32 347 354 /* Show an error message (if there is any). 348 355 * This message box may be suppressed if the user wishes so. */ … … 361 368 lvUSBFilters_currentChanged (lvUSBFilters->firstChild()); 362 369 } 370 #endif 363 371 } 364 372
Note:
See TracChangeset
for help on using the changeset viewer.