| 768 | } |
| 769 | |
| 770 | void MainWindow::slotAddTimeTrace(int type, unsigned long long hash, std::string stacktrace) |
| 771 | { |
| 772 | windowManager->addTimeTrace(type, hash, stacktrace); |
| 773 | } |
| 774 | |
| 775 | void MainWindow::slotUpdateSettingsWindow(int status) |
| 776 | { |
nothing calls this directly
no test coverage detected