| 20 | #endif |
| 21 | |
| 22 | UnlockHandler::UnlockHandler(const std::function<void(std::string)> &printMessage) { |
| 23 | m_PrintMessage = printMessage; |
| 24 | } |
| 25 | |
| 26 | UnlockResult UnlockHandler::GetResult(const std::string &authUser, const std::string &authProgram, std::atomic<bool> *isRunning) { |
| 27 | auto settings = AppSettings::Get(); |
nothing calls this directly
no outgoing calls
no test coverage detected