| 113 | } |
| 114 | |
| 115 | void AccountListPage::ShowContextMenu(const QPoint& pos) |
| 116 | { |
| 117 | auto menu = ui->toolBar->createContextMenu(this, tr("Context menu")); |
| 118 | menu->exec(ui->listView->mapToGlobal(pos)); |
| 119 | delete menu; |
| 120 | } |
| 121 | |
| 122 | void AccountListPage::changeEvent(QEvent* event) |
| 123 | { |
nothing calls this directly
no test coverage detected