Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deadcode ; delete keypress will never reach DockBookmark
Notice that eventFilter is attached to ui->tableViewFrequencyList that is only the frame border of the QTableView. To properly work it should be attached to ui->tableViewFrequencyList->viewport(). In any case here, delete key press will be preempted by QShortcut defined in MainWindow class to clear the waterfall.
- Loading branch information