MCPcopy Create free account
hub / github.com/commontk/CTK / print_usage

Function print_usage

Applications/ctkExampleHostedApp/ctkExampleHostedAppMain.cpp:44–48  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

42
43//----------------------------------------------------------------------------
44void print_usage()
45{
46 qCritical() << "Usage:";
47 qCritical() << " " << QFileInfo(qApp->arguments().at(0)).fileName() << " --hostURL url1 --applicationURL url2 <plugin-name>";
48}
49
50//----------------------------------------------------------------------------
51int main(int argv, char** argc)

Callers 1

mainFunction · 0.70

Calls 1

argumentsMethod · 0.45

Tested by

no test coverage detected