MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / BrowserRunner

Method BrowserRunner

threads/browserrunner.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29extern Global global;
30
31BrowserRunner::BrowserRunner(QObject *parent) : QObject(parent)
32{
33 isIdle = true;
34 init = false;
35}
36
37
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected