| 28 | Synchronized<std::unordered_map<int, concurrency::task_completion_event<JSON::Value<wchar_t>>>> mapQueue; |
| 29 | |
| 30 | void StatusChanged(QString status) |
| 31 | { |
| 32 | QMetaObject::invokeMethod(statusLabel, std::bind(&QLabel::setText, statusLabel, status)); |
| 33 | } |
| 34 | void Start(std::wstring chromePath, bool headless) |
| 35 | { |
| 36 | if (process) DevTools::Close(); |
no outgoing calls
no test coverage detected