MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / JSConsole

Method JSConsole

cli/jsconsole.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using namespace std;
6
7JSConsole::JSConsole(QObject *parent) : QObject(parent)
8{
9}
10
11void JSConsole::log(const QString &msg) const
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected