| 475 | } |
| 476 | |
| 477 | void Header::contextMenuEvent(QContextMenuEvent *event) |
| 478 | { |
| 479 | (void)event; |
| 480 | |
| 481 | int action; |
| 482 | |
| 483 | const auto t = get_mTrace(action, _mouse_point); |
| 484 | |
| 485 | if (!t || !t->selected() || action != Trace::LABEL) |
| 486 | return; |
| 487 | } |
| 488 | |
| 489 | void Header::on_action_set_name_triggered() |
| 490 | { |