| 56 | } |
| 57 | |
| 58 | static void appendActions(QMenu* menu, const QList<QAction*>& actions) |
| 59 | { |
| 60 | menu->addSeparator(); |
| 61 | menu->addActions(actions); |
| 62 | } |
| 63 | |
| 64 | void VcsChangesView::popupContextMenu( const QPoint &pos ) |
| 65 | { |
no outgoing calls
no test coverage detected