Changeset 3012 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 4, 2007 9:36:16 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r2997 r3012 587 587 /// for host filters (most likely, our XPCOM/IPC/DCONNECT bug). 588 588 589 #ifdef DEBUG_dmik 589 590 #ifdef Q_OS_WIN32 590 591 CHost host = vboxGlobal().virtualBox().GetHost(); … … 593 594 { 594 595 #endif 596 #endif 595 597 /* disable the USB host filters category if the USB is 596 598 * not available (i.e. in VirtualBox OSE) */ … … 603 605 pageUSB->setEnabled (false); 604 606 607 #ifdef DEBUG_dmik 605 608 #ifdef Q_OS_WIN32 606 609 /* Show an error message (if there is any). … … 620 623 lvUSBFilters_currentChanged (lvUSBFilters->firstChild()); 621 624 } 625 #endif 622 626 #endif 623 627 … … 1016 1020 /// for host filters (most likely, our XPCOM/IPC/DCONNECT bug). 1017 1021 1022 #ifdef DEBUG_dmik 1018 1023 #ifdef Q_OS_WIN32 1019 1024 CHost host = vboxGlobal().virtualBox().GetHost(); … … 1022 1027 { 1023 1028 #endif 1029 #endif 1024 1030 /* disable the USB host filters category if the USB is 1025 1031 * not available (i.e. in VirtualBox OSE) */ … … 1032 1038 pageUSB->setEnabled (false); 1033 1039 1040 #ifdef DEBUG_dmik 1034 1041 #ifdef Q_OS_WIN32 1035 1042 } 1036 1043 #endif 1037 } 1044 #endif 1045 }
Note:
See TracChangeset
for help on using the changeset viewer.