| 177 | } |
| 178 | |
| 179 | void VersionPage::showContextMenu(const QPoint& pos) |
| 180 | { |
| 181 | auto menu = ui->toolBar->createContextMenu(this, tr("Context menu")); |
| 182 | menu->exec(ui->packageView->mapToGlobal(pos)); |
| 183 | delete menu; |
| 184 | } |
| 185 | |
| 186 | void VersionPage::packageCurrent(const QModelIndex ¤t, const QModelIndex &previous) |
| 187 | { |
nothing calls this directly
no test coverage detected