| 392 | } |
| 393 | |
| 394 | void GrApplication::CheckSecurityPassword() { |
| 395 | if (settings_->GetDeviceSecurityPwd().empty()) { |
| 396 | InputSafetyPwdDialog dialog(grApp, grWorkspace.get()); |
| 397 | dialog.exec(); |
| 398 | } |
| 399 | } |
| 400 | |
| 401 | void GrApplication::UpdateServerSecurityPasswordIfNeeded() { |
| 402 | context_->PostTask([this]() { |
nothing calls this directly
no test coverage detected