| 1651 | } |
| 1652 | |
| 1653 | void AppWindow::onFileSaved(MainWindow *window) |
| 1654 | { |
| 1655 | triggerWakaTime(window, true); |
| 1656 | } |
| 1657 | |
| 1658 | void AppWindow::triggerWakaTime(MainWindow *window, bool isWrite) |
| 1659 | { |
nothing calls this directly
no outgoing calls
no test coverage detected