- Timestamp:
- Sep 18, 2013 2:36:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r48519 r48520 1034 1034 * set current lock states to guest values we have, 1035 1035 * As we have no ipc between threads of different VMs 1036 * we are using 300ms timer as lazy sync timout: */1037 QTimer::singleShot( 300, this, SLOT(sltSwitchKeyboardLedsToGuestLeds()));1036 * we are using 100ms timer as lazy sync timout: */ 1037 QTimer::singleShot(100, this, SLOT(sltSwitchKeyboardLedsToGuestLeds())); 1038 1038 break; 1039 1039 }
Note:
See TracChangeset
for help on using the changeset viewer.