| 33 | extern Global global; |
| 34 | |
| 35 | CmdLineQuery::CmdLineQuery(QObject *parent) : |
| 36 | QObject(parent) |
| 37 | { |
| 38 | stdoutReq=true; |
| 39 | printHeaders=true; |
| 40 | } |
| 41 | |
| 42 | |
| 43 | void CmdLineQuery::write(QList<qint32> lids, QString filename) { |
nothing calls this directly
no outgoing calls
no test coverage detected