Changeset 35635 in vbox for trunk/src/VBox
- Timestamp:
- Jan 19, 2011 4:32:11 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69541
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.cpp
r35634 r35635 1293 1293 * menu data posted along with the event will remain valid in 1294 1294 * the event handler, at least until the main window is closed. */ 1295 //QApplication::postEvent(this, new ActivateActionEvent(pAction));1295 QApplication::postEvent(this, new ActivateActionEvent(pAction)); 1296 1296 return true; 1297 1297 }
Note:
See TracChangeset
for help on using the changeset viewer.