Changeset 12076 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 3, 2008 8:47:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r11987 r12076 1805 1805 QString info; 1806 1806 1807 bool isUSBEnabled = cmachine.GetUSBController().GetEnabled(); 1808 if (isUSBEnabled) 1807 CUSBController usbctl = cmachine.GetUSBController(); 1808 if ( !usbctl.isNull() 1809 && usbctl.GetEnabled()) 1809 1810 { 1810 1811 devicesUSBMenu->setEnabled (isRunningOrPaused);
Note:
See TracChangeset
for help on using the changeset viewer.