Changeset 52658 in vbox
- Timestamp:
- Sep 9, 2014 4:02:15 PM (10 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp
r52385 r52658 1264 1264 } 1265 1265 1266 void UIIndicatorsPool::contextMenuEvent(QContextMenuEvent *pEvent) 1267 { 1268 /* Do not pass-through context menu events, 1269 * otherwise they will raise the underlying status-bar context-menu. */ 1270 pEvent->accept(); 1271 } 1272 1266 1273 int UIIndicatorsPool::indicatorPosition(IndicatorType indicatorType) const 1267 1274 { -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.h
r52385 r52658 95 95 void cleanup(); 96 96 97 /** Context-menu event handler. */ 98 void contextMenuEvent(QContextMenuEvent *pEvent); 99 97 100 /** Returns position for passed @a indicatorType. */ 98 101 int indicatorPosition(IndicatorType indicatorType) const;
Note:
See TracChangeset
for help on using the changeset viewer.