| 233 | } |
| 234 | |
| 235 | void OutputPane::contextMenuEvent(QContextMenuEvent *event) |
| 236 | { |
| 237 | if (!d->menu) |
| 238 | return; |
| 239 | |
| 240 | d->menu->move(event->globalX(), event->globalY()); |
| 241 | d->menu->show(); |
| 242 | } |
| 243 | |
| 244 | QList<QAction *> OutputPane::actionFactory() |
| 245 | { |