MCPcopy Create free account
hub / github.com/QNapi/qnapi / printHeader

Method printHeader

gui/src/qnapicli.cpp:339–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void QNapiCli::printHeader() {
340 printCli(tr("QNapi %1, %2")
341 .arg(LibQNapi::displayableVersion())
342 .arg(LibQNapi::webpageUrl()));
343 printCli(tr("Qt version: %1").arg(qVersion()));
344 printCli();
345}
346
347void QNapiCli::printHelp(const QString &binaryFileName) {
348 QString formats =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected