MCPcopy Create free account
hub / github.com/Artikash/Textractor / StatusChanged

Function StatusChanged

extensions/devtools.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers 3

StartFunction · 0.85
devtools.cppFile · 0.85
CloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected