Changeset 60421 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 11, 2016 11:09:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp
r60251 r60421 132 132 { 133 133 /* Fetch the event from the queue: */ 134 CEvent event = source.GetEvent(listener, 50 );134 CEvent event = source.GetEvent(listener, 500); 135 135 if (!event.isNull()) 136 136 {
Note:
See TracChangeset
for help on using the changeset viewer.