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

Method CmdLineQuery

cmdtools/cmdlinequery.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33extern Global global;
34
35CmdLineQuery::CmdLineQuery(QObject *parent) :
36 QObject(parent)
37{
38 stdoutReq=true;
39 printHeaders=true;
40}
41
42
43void CmdLineQuery::write(QList<qint32> lids, QString filename) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected