| 188 | } |
| 189 | |
| 190 | void VersionPage::showContextMenu(const QPoint& pos) |
| 191 | { |
| 192 | auto menu = ui->toolBar->createContextMenu(this, tr("Context menu")); |
| 193 | menu->exec(ui->packageView->mapToGlobal(pos)); |
| 194 | delete menu; |
| 195 | } |
| 196 | |
| 197 | void VersionPage::packageCurrent(const QModelIndex& current, [[maybe_unused]] const QModelIndex& previous) |
| 198 | { |
nothing calls this directly
no test coverage detected