Changeset 12075 in vbox
- Timestamp:
- Sep 3, 2008 8:44:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r12018 r12075 1795 1795 QString info; 1796 1796 1797 bool isUSBEnabled = cmachine.GetUSBController().GetEnabled(); 1798 if (isUSBEnabled) 1797 CUSBController usbctl = cmachine.GetUSBController(); 1798 if ( !usbctl.isNull() 1799 && usbctl.GetEnabled()) 1799 1800 { 1800 1801 mDevicesUSBMenu->setEnabled (isRunningOrPaused);
Note:
See TracChangeset
for help on using the changeset viewer.