| 1805 | } |
| 1806 | |
| 1807 | void splitViewWidget::addContextMenuActions(QMenu *menu) |
| 1808 | { |
| 1809 | this->addMenuActions(menu); |
| 1810 | menu->addSeparator(); |
| 1811 | MoveAndZoomableView::addContextMenuActions(menu); |
| 1812 | } |
| 1813 | |
| 1814 | // Handle the key press event (if this widgets handles it). If not, return false. |
| 1815 | bool splitViewWidget::handleKeyPress(QKeyEvent *event) |
nothing calls this directly
no test coverage detected