| 423 | } |
| 424 | |
| 425 | void WindowManager::addTimeTrace(int type, unsigned long long hash, std::string stacktrace) |
| 426 | { |
| 427 | if (timeTraceWindow_) { |
| 428 | timeTraceWindow_->timeTraceModel->addCall(type, hash, stacktrace); |
| 429 | } |
| 430 | } |
| 431 | |
| 432 | void WindowManager::updateSettingsWindow(int status) |
| 433 | { |
no test coverage detected