| 568 | |
| 569 | |
| 570 | void MainWindow::lockEditing(bool locked) |
| 571 | { |
| 572 | for(auto& tab_it: _tab_info) |
| 573 | { |
| 574 | tab_it.second->lockEditing(locked); |
| 575 | } |
| 576 | } |
| 577 | |
| 578 | bool MainWindow::eventFilter(QObject *obj, QEvent *event) |
| 579 | { |
nothing calls this directly
no outgoing calls
no test coverage detected